Uncategorized

Reusable Component Pieces with ngTemplateOutlet

tldr; ng-template, ng-container, and ngTemplateOutlet provide the ability to reuse content inside an Angular component. Understanding what’s going on and how to use these methods allows a developer to build what they want without needing to duplicate parts of the template. Explanation of the Problem Have you ever needed to use *ngIf in your template, and …

Reusable Component Pieces with ngTemplateOutlet Read More »