You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the flip side, it is easier to swing this in 1.0 without an advanced plugin. I wanted to start the discussion for what my implementation looks like.
This implementation relies on: ng1, oclazyload, systemjs, ui-router 1.0apha4.
- Retry URL sync by matching state*.url
- Make registration of new states (by the lazyload hook) optional
- Reuse lazy load promise, if one is in progress
- Refactor so ng1-to-ng2 UIRouter provider is implicit
- When state has a .lazyLoad, decorate state.name with `.**` wildcard
Closes#146Closes#2739
1.0 no longer supports future states.
On the flip side, it is easier to swing this in 1.0 without an advanced plugin. I wanted to start the discussion for what my implementation looks like.
This implementation relies on: ng1, oclazyload, systemjs, ui-router 1.0apha4.
and the route definitions look like:
and this is configured like:
Its also worth noting this supports angular2 lazy loading.
The text was updated successfully, but these errors were encountered: