-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
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
Switch to deprecated router until new router is ready #907
Comments
I agree on this one. Played around with the current rc1 router and it has fewer features than the deprecated one. |
Seeing as there are many options for routers, would it be beneficial to have flags to identify which router blueprint to use? Keep the default as whatever the current @angular/router is, and add flags after that for --router-deprecated --ui-router --ngrx-router etc.? Edit: Thinking some more about it, it would probably be better to specify this during the init step than every time you go to generate a route, would be better if it was a project variable that gets added to angular-cli.json |
Closed via #992 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The CLI and devs generally should use the deprecated router for now.
The true new router is in development. The RC router (in the
@angular/router
library) is not release quality and is frozen. The new new router will replace it.This is a short term road bump.
c/ @hansl
The text was updated successfully, but these errors were encountered: