@angular/core

ImportProvidersSource

Type Alias

A source of providers for the importProvidersFrom function.

type ImportProvidersSource = | Type<unknown>
| ModuleWithProviders<unknown>
| Array<ImportProvidersSource>
Jump to details