Hi! I have a question about new router in Angular 2. Does angular 2 support sibling outlets?
For example I have the following template of the component: <router-outlet name="widgets"></router-outlet> <router-outlet name="desktop"></router-outlet> And want to bind specific component to each outlet for the same route for example by opening '/main' URL component should fill outlets with WidgetsComponent and DesktopComponent accordingly. How can I do that? Thanks! -- 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 http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
