ImportProvidersSource
A source of providers for the importProvidersFrom
function.
type ImportProvidersSource = Type<unknown> | ModuleWithProviders<unknown> | Array<ImportProvidersSource>;
A source of providers for the importProvidersFrom
function.
type ImportProvidersSource = Type<unknown> | ModuleWithProviders<unknown> | Array<ImportProvidersSource>;