Provide a service by aliasing another token.

When the container resolves this token it follows the alias chain until it finds a concrete provider.

1.2.0

interface AliasProvider<T> {
    useExisting: ServiceToken<T>;
}

Type Parameters

  • T

Properties

Properties

useExisting: ServiceToken<T>