* This component's injector lookup tokens. Includes the component itself plus the tokens that the * component lists in its providers metadata.
()
| 122 | * component lists in its providers metadata. |
| 123 | */ |
| 124 | get providerTokens(): any[] { |
| 125 | return getInjectionTokens(this.nativeNode as Element); |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | /** |
nothing calls this directly
no test coverage detected