Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
reset() {
this.actionsSubject.next(new SetValueAction(INITIAL_STATE.id, INITIAL_STATE.value));
this.actionsSubject.next(new ResetAction(INITIAL_STATE.id));
}
reset() {
this.actionsSubject.next(new SetValueAction(INITIAL_STATE.id, INITIAL_STATE.value));
this.actionsSubject.next(new ResetAction(INITIAL_STATE.id));
}
reset() {
this.store.dispatch(new SetValueAction(INITIAL_STATE.id, INITIAL_STATE.value));
this.store.dispatch(new ResetAction(INITIAL_STATE.id));
}
reset() {
this.actionsSubject.next(new SetValueAction(INITIAL_STATE.id, INITIAL_STATE.value));
this.actionsSubject.next(new ResetAction(INITIAL_STATE.id));
}
reset() {
this.store.dispatch(new SetValueAction(INITIAL_STATE.id, INITIAL_STATE.value));
this.store.dispatch(new ResetAction(INITIAL_STATE.id));
}
reset() {
this.store.dispatch(new SetValueAction(INITIAL_STATE.id, INITIAL_STATE.value));
this.store.dispatch(new ResetAction(INITIAL_STATE.id));
}