标签: angularjs angular typescript angular2-components
在任何组件中使用:
@ContentChild(TemplateRef) public myTemplate: TemplateRef<any>;
那将在角度2中工作,我可以阅读
this.myTemplate
但是将该组件降级为在AngularJS 1.6.2中工作而不是
this.myTemplate // undefined
降级时我还需要做些什么吗?也许要添加到我的约束器中?
答案 0 :(得分:0)
无法使其与降级的角度分量一起使用。引用此线程:https://github.com/angular/angular/issues/16611