angular / 11.2.14 / api / core / constructorsansprovider.html /

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 tokens to be resolved by the injector.

Usage notes

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

© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/core/ConstructorSansProvider