Interface ConstructorSansProvider

Configures the Injector to return an instance of a token.

See

"Dependency Injection Guide".

Usage Notes

@Injectable(SomeModule, {deps: []})
class MyService {}

Public Api

Hierarchy

Properties

Properties

deps?: any[]

A list of tokens to be resolved by the injector.

Generated using TypeDoc