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