Skip to content

DI Bag API / index / ScopedAliases

Type Alias: ScopedAliases<R extends Registrations, Parent extends Registrations, S extends readonly unknown[]> ​

ts
type ScopedAliases<R extends Registrations, Parent extends Registrations, S extends readonly unknown[]> = SharedAliasProviders<UnsharedAliases<R>, Parent, S>;

Defined in: scope-types.ts:98

The provider map visible in a child after clearing and applying selected sharing routes.

Type Parameters ​

Type ParameterDescription
R-
Parent-
S-

See ​

https://dany-fedorov.github.io/di-bag/guides/tutorial.html#create-child-containers

Ordinary services. Checked composition. Explicit ownership.