type-alias
Describes how an Injector
should be configured as static (that is, without reflection). A static provider provides tokens to an injector for various types of dependencies.
type StaticProvider = ValueProvider | ExistingProvider | StaticClassProvider | ConstructorProvider | FactoryProvider | any[];
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/core/StaticProvider