ModuleWithProviders
interface
stable
A wrapper around an NgModule that associates it with providers Usage without a generic type is deprecated.
providers
(Provider | EnvironmentProviders)[] | undefinedJump to details
URL: http://angular.dev/api/core/ModuleWithProviders
= 'auto' && prefersDark)) { documentClassList.add(DARK_MODE_CLASS_NAME); } else { documentClassList.add(LIGHT_MODE_CLASS_NAME); } if (location.search.includes('uwu')) { documentClassList.add('uwu'); }A wrapper around an NgModule that associates it with providers Usage without a generic type is deprecated.
(Provider | EnvironmentProviders)[] | undefined