ImportProvidersSource
Type Alias
A source of providers for the importProvidersFrom function.
API
type ImportProvidersSource = | Type<unknown> | ModuleWithProviders<unknown> | Array<ImportProvidersSource>Jump to details
A source of providers for the importProvidersFrom function.
type ImportProvidersSource = | Type<unknown> | ModuleWithProviders<unknown> | Array<ImportProvidersSource>