We have a situation where a third-party plug takes some time to reload - and it's only used on one, nested child route. Currently, it just reloads the plug every time we go to said route, which is annoying. I'd like to load it one in a parent component and transclude it into the child when the child component is instantiated. I've tried this to no avail. Here's a simple version of the idea.
https://plnkr.co/edit/QG7vgGYLTX6qT5P4Q3AA?p=preview router-outlet and ng-content aren't the best of friends, so I'm hunting for suggestions. Thanks! -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" 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.
