API Reference

unloadRsXStateManagerModulefunction

Unloads state-manager and dependent core module registrations from the DI container.

Overview

DI module registration for state-manager services, observer factories, and proxy factories.
Quick facts
Kind
function
Package
@rs-x/core

Declaration

export async function unloadRsXStateManagerModule(): Promise<void> {

Import

import { unloadRsXStateManagerModule } from '@rs-x/state-manager';

Example

import { unloadRsXStateManagerModule } from '@rs-x/state-manager';

unloadRsXStateManagerModule(/* arguments */);

Parameters

See declarationSignature-defined

Parameter names and types are defined in the API declaration block below.

Return type

Promise<void>