Type alias AnyServiceDependency

AnyServiceDependency: DependencyPairWithConfiguration | AnyInjectIdentifier

In the context of the Service decorator, any item in the dependencies array can either be an injectable identifier (which is assumed to resolve in the current scope), or a two-item tuple, containing both the identifier and a set of options.

Generated using TypeDoc