如何在ng元数据中使用transclude

时间:2019-01-04 05:47:37

标签: angularjs angular angular-hybrid

在html文件中使用ng-transclude时出现错误。(ng元数据)

@Component({
  selector: 'expmple',
  template: require('./expmple.html'),
  styles: [],
  legacy: {
    transclude: true
  }
})

html文件-

<div ng-transclude></div>

错误-

  

在模板中非法使用ngTransclude指令!没有父母   要求找到包含的指令。元素:

下面的链接中的答案无济于事。

Accomplish transclusion with ng-metadata

0 个答案:

没有答案