Am using a router link that load new pages in the <router-outlet></router-outlet>. <li><a [routerLink]="['hash']">Home</a></li> example
The problem i am having is I have a side navigation bar. I set up to load on the same page with a different ( Selector ). So I see the navigation changing but the router-outlet on the other selector does not change. How can I get my side bar selector to change the router outlet in the other selector. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
