给出以下代码: https://stackblitz.com/edit/custom-input-via-ng-template
我想使用ng-template通过我的组件input
获得对test.component.ts
DOM的引用。
但是,每当我尝试通过@ContentChild打印出TemplateRef
时,都会得到以下结果,而不是预期的input
的nativeElement。
https://i.stack.imgur.com/WXNK9.png
我正在遵循here所示的角向导。
谢谢。