There are cases where it would be useful to literally "inject" (is this the right term?) the same component two places within a parent (e.g. some kind of social media badge/button component)... and thus there would be a desire for two <router-outlet> elements within the page... If I were to do something like this <router-outlet name="social1"></router-outlet> and then somewhere else in the component template have <router-outlet name="social2"></router-outlet> what would the `RouterConfig` and `[RouterLink]` need to look like to populate both?
-- 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.
