-
Notifications
You must be signed in to change notification settings - Fork 663
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
Add Angular New Router #668
Conversation
Done. I also added 2 npm commands I often use while developping and was tired of retyping them every time. |
+1 for this. Any idea when it will be merged in? |
I was waiting for @zckrs to come back from holliday for a review. Nothing stop this apart from that I think. |
I cloned the repo and merged the branch in locally. I can confirm that it's working nicely for me. 👍 |
Shouldn't the router as it exists in the Angular 2 repo be used instead? From angular/router readme: I think this is it? /~https://github.com/angular/angular/tree/master/modules/angular1_router |
👍 |
6f15975
to
7d7f409
Compare
/~https://github.com/angular/router
The lib is still experimental but it allows to try it easily. Seems to work pretty well. TSLint cry because there is no typings but for the rest it's ok.
As usual, I push early code to get remarks and do the tests after.