ConstructorSansProvider
interface
Configures the Injector
to return an instance of a token.
deps
any[] | undefined
A list of token
s to be resolved by the injector.
Usage Notes
@Injectable(SomeModule, {deps: []})class MyService {}
Jump to details