Help Angular by taking a 1 minute survey!Go to surveyHome

ModuleWithProviders

A wrapper around an NgModule that associates it with the providers.

      
      interface ModuleWithProviders<T> {
  ngModule: Type<T>
  providers?: Provider[]
}
    

Properties

Property Description
ngModule: Type<T>
providers?: Provider[]