-
-
Notifications
You must be signed in to change notification settings - Fork 241
router-outlet's misbehaviour in @angular/router 4.4.4 #1025
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
Comments
@Liooo i think |
@danielgek Thank you, probably that's it. |
@jogboms @NickIliev sorry I just reverted back to 4.2.0 and still haven't tried the solution, will check it out and get back to you guys |
@jogboms @NickIliev updating to |
After upgrading angular things to 4.4.4, router-outlet started misbehaving.
I have the following routes
HomeComponent's view is looking like this.
and when I navigate from '/home/list' to 'detail/:id', by
I see
AssignmentDetailsComponent
's view ABOVEAssignmentListComponent
's one, rather than the prior replacing the latter.Reverting the angular version fixed the problem so I'm assuming it's an issue introduced by the update.
package.json before (which is working)
package.json after (which is not working)
The text was updated successfully, but these errors were encountered: