在html文件中使用ng-transclude时出现错误。(ng元数据)
@Component({
selector: 'expmple',
template: require('./expmple.html'),
styles: [],
legacy: {
transclude: true
}
})
html文件-
<div ng-transclude></div>
错误-
在模板中非法使用ngTransclude指令!没有父母 要求找到包含的指令。元素:
下面的链接中的答案无济于事。