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