デコレータselector
に渡す に アクセスする方法を見つけようとしています。@Component
例えば
@Component({
selector: 'my-component'
})
class MyComponent {
constructor() {
// I was hoping for something like the following but it doesn't exist
this.component.selector // my-component
}
}
最終的には、これを使用して属性を自動的に追加するディレクティブを作成し、data-tag-name="{this.component.selector}"
Selenium クエリを使用してセレクターによって角度要素を確実に見つけることができるようにしたいと考えています。
分度器は使っていません