(value: any)
| 85 | } |
| 86 | |
| 87 | function maybeUnwrapModuleWithProviders(value: any): Type<any> { |
| 88 | return isModuleWithProviders(value) ? value.ngModule : (value as Type<any>); |
| 89 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…