()
| 26 | | (<T>(token: ProviderToken<T>, flags?: InternalInjectFlags) => T | null) |
| 27 | | undefined; |
| 28 | export function getInjectImplementation() { |
| 29 | return _injectImplementation; |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Sets the current inject implementation. |
no outgoing calls
no test coverage detected
searching dependent graphs…