ng-content和@ContentChild的配合用法

ng-conent提供了@ContentChild和@ContentChildren来获取ng-conent里面包含的组件(类似@ViewChild和@ViewChildren).

一个例子:

app-content-section节点里,包含了所有待选择的子节点:

ng-content和@ContentChild的配合用法

app-content-section的内部布局:

ng-content和@ContentChild的配合用法

使用注解@ContentChild, 传入子节点id,拿到ChildComponent:

ng-content和@ContentChild的配合用法

ng-content和@ContentChild的配合用法

更多Jerry的原创文章,尽在:“汪子熙”:
ng-content和@ContentChild的配合用法

上一篇:go-ini入门教程


下一篇:PaddlePaddle 中的若干基础命令中的问题