Angular (original) (raw)
@angular/core
ModuleWithProviders
interface
stable
A wrapper around an NgModule that associates it with providers Usage without a generic type is deprecated.
API
interface [ModuleWithProviders](/api/core/ModuleWithProviders)<T> {}
ngModule
[Type](/api/core/Type)<T>
providers
([Provider](/api/core/Provider) | [EnvironmentProviders](/api/core/EnvironmentProviders))[] | undefined