On this page
ConstructorSansProvider
interface
Configures the Injector to return an instance of a token.
interface ConstructorSansProvider {
  deps?: any[]
}
   Description
For more details, see the "Dependency Injection Guide".
Properties
| Property | Description | 
|---|---|
deps?: any[] | 
       A list of   | 
      
Usage notes
Example
@Injectable(SomeModule, {deps: []})
class MyService {}
  © 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v6.angular.io/api/core/ConstructorSansProvider