I have root page with child pages, root page template has [routerLink]
directives that route to child pages.
Something like this:
<a [routerLink]="['/home', 'auidiences']"></a>
<router-outlet></router-outlet>
HomeComponуnt has ROUTER_DIRECTIVES in directives section.*
When I navigate to page at first time links don't have hrefs, but if I update page they do and work. Any idias?