ConstructorSansProvider
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 {}