ModuleWithProviders
interface
A wrapper around an NgModule that associates it with providers Usage without a generic type is deprecated.
API
interface ModuleWithProviders { providers?: (Provider | EnvironmentProviders)[];}}
Jump to details
A wrapper around an NgModule that associates it with providers Usage without a generic type is deprecated.
interface ModuleWithProviders { providers?: (Provider | EnvironmentProviders)[];}}