()
| 117 | * @returns The TemplateRef instance to use |
| 118 | */ |
| 119 | export function injectTemplateRef<T>(): TemplateRef<T> | null { |
| 120 | return createTemplateRef<T>(getCurrentTNode()!, getLView()); |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Creates a TemplateRef and stores it on the injector. |
nothing calls this directly
no test coverage detected
searching dependent graphs…