()
| 32 | } |
| 33 | |
| 34 | export function throwMixedMultiProviderError() { |
| 35 | throw new Error(`Cannot mix multi providers and regular providers`); |
| 36 | } |
| 37 | |
| 38 | export function throwInvalidProviderError( |
| 39 | ngModuleType?: Type<unknown>, |
no outgoing calls
no test coverage detected
searching dependent graphs…