[ Web Proxy ]
URL:
Viewing: https://angular.dev/api/core/ModuleWithProviders [Back]  [Original]

ModuleWithProviders Angular Skip to main content
menu
close
more_horiz
menuAPI
@angular/core

ModuleWithProviders

interface
stable

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

On this page

    arrow_upward_alt Back to the top

    API

        
          interface ModuleWithProviders<T> {  ngModule: Type<T>;  providers?: (Provider | EnvironmentProviders)[] | undefined;}
        
        
    Jump to details

    Web Proxy Viewer  |  New URL  |  Original Page