This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Description
I set up an example of this at https://github.com/twhitbeck/nested-router-example.
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.