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
This feature solves lazy loading problems in big applications, where we don't even want all routes to be registered for unauthorized users.
What does the proposed API look like?
It could be based on named routes - only named route could have its children list extended. router.addRoutes when called with 2 arguments (name, route[]), would seek for named route by name and add route[] to its children
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
This feature solves lazy loading problems in big applications, where we don't even want all routes to be registered for unauthorized users.
What does the proposed API look like?
It could be based on named routes - only named route could have its children list extended.
router.addRoutes
when called with 2 arguments(name, route[])
, would seek for named route byname
and add route[] to its childrenThe text was updated successfully, but these errors were encountered: