angular组件开发之-ng-content,contentChild,ng-container,ng-templeate,viewChild详解-第三篇
ng-templateng-template是angular提供的用来定义模板的标签,什么时候需要使用ng-template?,不着急,我们一步一步来,首先接着第二篇的father.component.ts,import{Component,OnInit,ContentChild,TemplateRef,AfterViewInit,AfterContentInit,ViewChild,Input}