ngTemplateOutlets icon indicating copy to clipboard operation
ngTemplateOutlets copied to clipboard

Code to demonstrate how to use ngTemplateOutlet, along with ngTemplateOutletContext, to make a component completely customisable.

ngTemplateOutlets

See how ngTemplateOutlets enable a single selector component to support multiple template customisation without the need for feature toggles.

https://indepth.dev/posts/1405/ngtemplateoutlet

Live Demo: StackBlitz

Demo Code for Angular Connect 2019 talk

ngTemplateOutlet: The secret to customisation)