降级组件时,@ContentChild(Templateref)是未定义的



在任何组件中使用此内容:

@ContentChild(TemplateRef) public myTemplate: TemplateRef<any>;

将在Angular 2中起作用,我可以阅读

this.myTemplate

,但在降级组件以在AngularJs 1.6.2工作之后,而不是

this.myTemplate // undefined

降级时我需要做些什么吗?也许要添加到我的contractor?

无法使其与降级的角组件一起使用。请参阅此主题:https://github.com/angular/angular/issues/16611

相关内容

  • 没有找到相关文章

最新更新