@ -30,6 +30,11 @@ export class InternalStore<State> {
this.update$.next(state);
}
set(state: State) {
this.state$.next(state);
reset() {
this.patch(this.initialState);