Provider

From Get docs
< @angular/coreAngular/docs/10/api/core/provider


Provider

type-alias

Describes how the Injector should be configured.

type Provider = TypeProvider | ValueProvider | ClassProvider | ConstructorProvider | ExistingProvider | FactoryProvider | any[];

See also


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v10.angular.io/api/core/Provider