ng-template, ng-container and ng-content
Difference between ng-template, ng-container and ng-content1: <ng-template></ng-template>As the name suggests the <ng-template> is a template element that Angular uses with structural directives ( *ngIf , *ngFor , [ngSwitch] and custom directives). These template elements only work in the presence of structural directives, which help us to define a template that doesn’t render...