Angular Reusable HTML with NgTemplateOutlet
When we speak reusability in Angular, the component is the final solution. But what if we're only reusing some HTML snipplet, it might be heavy and hard to maintain to create a separate component. One another solution is to use tngTemplateOutlet.
Here are some usage of ngTemplateOutlet
<