On this page
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–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v14.angular.io/api/core/ConstructorSansProvider