DEV Community

Discussion on: Angular: Build more dynamic components with ngTemplateOutlet 🎭

Collapse
 
anduser96 profile image
Andrei Gatej • Edited

Also, if you want to project multiple elements under the same selector(i.e transcluding a slotted ng-container), you can use ngProjectAs on the ng-container and pass in that selector.
A small example here.

Great article! Thanks for sharing!