* Dictionary of objects associated with template local variables (e.g. #foo), keyed by the local * variable name.
()
| 114 | * variable name. |
| 115 | */ |
| 116 | get references(): {[key: string]: any} { |
| 117 | return getLocalRefs(this.nativeNode); |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * This component's injector lookup tokens. Includes the component itself plus the tokens that the |
nothing calls this directly
no test coverage detected