I have a table with many master rows, with a trigger to expand/collapse a 
hidden detail row beneath the master row. The detail row contains a 
component that presents detail information of the row above it.

Because the detail component is moderately expensive, I do not wish to add 
one to each master row. Rather, I would like to create a single instance of 
this component, and inject it into the expanding table cell row just prior 
to expanding the row. When the row is collapsed, the component can be 
removed (relocated) in the DOM.

Is there a convenient Angular 2 way of accomplishing this?

-- jim

-- 
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.

Reply via email to