UNPKG

@ngrx/store

Version:

RxJS powered Redux for Angular apps

8 lines (7 loc) 294 B
import { BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class MockState<T> extends BehaviorSubject<T> { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<MockState<any>, never>; static ɵprov: i0.ɵɵInjectableDeclaration<MockState<any>>; }