new
new copied to clipboard
Any plans for router setup? similar to skeleton-navigation
Aurelia 2 router is WIP. @jwx is working on it.
Once we got some decorators (@router
and @dependencies
) to clean user code up, we will ship a skeleton for router.
Any progress here? I'd like to try out Aurelia 2 - but at least want routing in my app.
this may help to get started https://www.youtube.com/watch?v=mwrIiwVPSHo
Thx for @PraveenGandhi, the router skeleton option is up.
There are still missing unit tests and e2e tests in router skeleton. I would need to take time to get familiar with router and fill up those missing parts.
FYI there is a router issue related to shadow dom. https://github.com/aurelia/aurelia/issues/829
Route is in skeleton. But need some update to use latest features from router and router-lite.