@microsoft/fast-foundation > Registry > register
Registry.register() method
Registers dependencies in the specified container.
Signature:register(container: Container, ...params: unknown[]): void | Resolver;
Parameters
Parameter | Type | Description |
---|---|---|
container | Container | The container to register dependencies in. |
params | unknown[] | Parameters that affect the registration process. |
void | Resolver
Remarks
If this registry doubles as a Registration, it should return a Resolver for the registered dependency.