Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / src/public-api / resetGlobalContainer

Function: resetGlobalContainer()

resetGlobalContainer(): void

Defined in: projects/libraries/streamix/src/lib/ioc/container.ts:351

Replaces the global container with a fresh, empty container.

This is intended for test isolation. The old container is not disposed; callers should dispose it first if cleanup is required.

Returns

void

Released under the GNU AGPL v3 or later.