In angular2 we sometimes want to show another component then the one indicated by the URL. Is it possible to navigate with the router, without the change of the browser URL? If not, what is the best way to show different components without the user of the browser URL? One solution would be to create a component with a *ngIf for each component. Is there a more elegant solution?
-- 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.
