是否可以仅对input
或textarea
元素指定 structural 指令?当我尝试使用input[myDirective]
这样的选择器时,它不起作用。但是,input[myDirective]
非常适合 non-structural 指令。是否可以通过 structural 指令获得相同级别的特异性?
示例:
https://stackblitz.com/edit/angular-issue-repro2-yqess5?file=src%2Fapp%2Fapp.component.ts