UNPKG

@ngneat/dirty-check-forms

Version:
5 lines (4 loc) 134 B
import { Observable } from 'rxjs'; export interface DirtyComponent { isDirty$: Observable<boolean> | boolean | (() => boolean); }