Skip to content

Type Alias: ContainerActivation

ts
type ContainerActivation = 
  | boolean
| ReadonlyArray<ServiceIdentifier>;

Defined in: src/wirestate-core/container/create-container.ts:23

Services to resolve right after binding.

true resolves every entry. An array resolves only those tokens. false or undefined leaves services lazy.