-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Angular 4 update: Behaviour of nsRouterLink has been changed slightly #724
Labels
Comments
sis0k0
added a commit
that referenced
this issue
Mar 29, 2017
sis0k0
added a commit
that referenced
this issue
Mar 29, 2017
Great, I have seen Do you have an ETA for the patch on NPM? |
If everything is fine, we'll release 1.5.1 tomorrow. |
Fixed with 1.5.1 patch. |
JohannesHoppe
added a commit
to angular-buch/book-monkey-nativescript
that referenced
this issue
Mar 30, 2017
I can confirm this. Thanks for the super-fast fix! 👍 |
sis0k0
added a commit
that referenced
this issue
Mar 30, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please take a look at this simple routing example:
With the normal Angular 4 router I can navigate from
books
tobooks/XXX
via this link:(full example here, demo here, tested on both Angular2/Router3 and Angular4/Router4)
Before upgrading this worked fine for nativescript-angular, too:
(full example here)
But after upgrading to
nativescript-angular@1.5.0
the router cannot match any routes. I had to change the link like this:(full example here)
This difference between
nsRouterLink
and the normalrouterLink
is not desired , isn't it?!The text was updated successfully, but these errors were encountered: