填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

ModuleWithProviders

对 NgModule 及其相关 providers 的包装。

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

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

属性

属性说明
ngModule: Type<T>
providers?: Provider[]