()
| 909 | |
| 910 | /** Creates a `NodeInjector` for the current node. */ |
| 911 | export function createNodeInjector(): Injector { |
| 912 | return new NodeInjector(getCurrentTNode()! as TDirectiveHostNode, getLView()) as any; |
| 913 | } |
| 914 | |
| 915 | /** |
| 916 | * @codeGenApi |
nothing calls this directly
no test coverage detected
searching dependent graphs…