Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
clearForm(path: string, value: any) {
this.store.dispatch(new UpdateFormValue({ value, path }));
this.store.dispatch(new UpdateFormDirty({ dirty: false, path }));
}
}