I have appcomponent, here I have added all the routes. In the next page I have few links. each links will route to same router outlet. How can I navigate on click of tag.
Tried with [routerLink]="['PersonInvolved']". But getting error like "Can't bind to 'routerLink' since it isn't a known native property". Since router and router outlet is defined in first component. And I am linking the router from step1 component.