This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Add ability to override default route configuration #423
Comments
I'll be taking a stab at this in the next day or so. |
Some thoughts on a possible implementation:
|
I feel like |
That was my initial thought as well, but I noticed in the Angular docs they used the name |
This is now available in builder 1.0.0-beta.31 for canActivate/canDeactivate. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When we generate routes based on the file system we need to allow the consumer to specify overrides for the generated route, such as
canActivateRoute
andcanActivateChild
which will be SPA-specific.From blackbaud/skyux-cli#5
The text was updated successfully, but these errors were encountered: