ConstructorSansProvider
interface
Configures the Injector
to return an instance of a token.
interface ConstructorSansProvider { deps?: any[] }
Child interfaces
See also
Properties
Property | Description |
---|---|
deps?: any[] | A list of |
Usage notes
@Injectable(SomeModule, {deps: []}) class MyService {}
© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v10.angular.io/api/core/ConstructorSansProvider