(options: {providers?: any[]; imports?: any[]})
| 195 | * @codeGenApi |
| 196 | */ |
| 197 | export function ɵɵdefineInjector(options: {providers?: any[]; imports?: any[]}): unknown { |
| 198 | return {providers: options.providers || [], imports: options.imports || []}; |
| 199 | } |
| 200 | |
| 201 | /** |
| 202 | * Read the injectable def (`ɵprov`) for `type` in a way which is immune to accidentally reading |
no outgoing calls
no test coverage detected
searching dependent graphs…