Hi, the few examples for AuxRoutes out there show, how to load a single component with an Aux-Route into a named router-outlet (e. g. [1]).
But I'm wondering, how to define several components that can be loaded into the same named router-outlet. For instance, if there were a router outlet <router-outlet name="aux"></router-outlet> I would need a route like /(aux:A) that loads the component A into it and a route like /(aux:B) that loads B into it. How to accomplish that? Do I need I child-router for such a use case or is there a better (shorter) solution? Wishes, Manfred [1] http://plnkr.co/edit/JsZbuR?p=preview -- 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.
