We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue in router repo for reference: aurelia/router#412
For a beginer it was not obvious how to get router inside a vm other than configureRouter and using that one w/o routes ended up badly
Got to add it in meaningful way.
Most common use case is to navigate in code I'd go with that..
if you want to use router.navigate... inside a component that does not define routes... ... some text giving an example of import {}
@autoinject / js example of DI
and using a method..
reference to DI section of docs
mention other possible use cases of an injected router class..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
issue in router repo for reference:
aurelia/router#412
For a beginer it was not obvious how to get router inside a vm
other than configureRouter
and using that one w/o routes ended up badly
Got to add it in meaningful way.
Most common use case is to navigate in code
I'd go with that..
if you want to use router.navigate... inside a component that does not define routes...
...
some text giving an example of
import {}
@autoinject / js example of DI
and using a method..
reference to DI section of docs
mention other possible use cases of an injected router class..
The text was updated successfully, but these errors were encountered: