DependencyContainer Class
DependencyContainer is similar to a IoC Container. It takes providers and will synthesize an object based on them when requested. \
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/synthesize/legacy.
For more information about our API support guarantees, see here.
Signature
export declare class DependencyContainer<TMap> implements IFluidDependencySynthesizer
Implements: IFluidDependencySynthesizer
Type Parameters
| Parameter | Description |
|---|---|
| TMap |