UNPKG

@ngxs-labs/entity-state

Version:

<p align="center"> <img src="https://raw.githubusercontent.com/ngxs-labs/emitter/master/docs/assets/logo.png"> </p>

11 lines (10 loc) 395 B
import { EntityState } from '../entity-state'; import { Type } from '@angular/core'; export declare class Reset { /** * Resets the targeted store to the default state: no entities, loading is false, error is undefined, active is undefined. * @param target The targeted state class * @see defaultEntityState */ constructor(target: Type<EntityState<any>>); }