You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
The href for the links to components one and two are .undefined/one and .undefined/two.
The problem is that routerLink is attempting to build the href url from parent router's previousSegment property which isn't set until finishNavigating is called.
I set up an example of this at https://github.com/twhitbeck/nested-router-example.
The
hreffor the links to componentsoneandtwoare.undefined/oneand.undefined/two.The problem is that
routerLinkis attempting to build the href url from parent router'spreviousSegmentproperty which isn't set untilfinishNavigatingis called.