The Wayback Machine - https://web.archive.org/web/20250215074428/https://angular.dev/api/core/ModuleWithProviders
    • Overview
@angular/core

ModuleWithProviders

interface

A wrapper around an NgModule that associates it with providers Usage without a generic type is deprecated.

API

  
    interface ModuleWithProviders<T> {}
  
  

ngModule

Type<T>

providers

(Provider | EnvironmentProviders)[] | undefined
Jump to details
HTTPS · web.archive.org
← Home