【发布时间】:2019-09-19 06:09:56
【问题描述】:
为什么在扩展模板中没有定义 rowData?在传递给扩展模板之前就可以了。
<ng-template>
<ng-container *ngTemplateOutlet="extensiontemplate; context: rowData"></ng-container>
</ng-template>
<ng-template #extensiontemplate>
<!-- here rowData is undefined -->
</ng-template>
【问题讨论】:
标签: angular angular2-template angular2-directives