Components
Components
Register, wire, and resolve application components in Procyon.
Components
The component package is Procyon's lightweight dependency container. Use it to
register constructors, wire dependencies, resolve instances, and hook into
component lifecycle behavior.
Register components
Create component definitions from constructor functions.
Wire dependencies
Inject dependencies through constructor parameters and qualifiers.
Resolve components
Resolve components manually when framework integration code needs it.
Manage lifecycle
Initialize, process, and dispose components at the right time.
Load conditionally
Attach runtime conditions before a component enters the container.
