UNPKG

@kovalenko/has-unsaved-data

Version:

Provides a router guard preventing route deactivation, if the component\`s method decorated with `@CheckUnsavedData()` returns `true`. Also it prevents the window to be unloaded.

3 lines (2 loc) 117 B
import { CanDeactivateFn } from '@angular/router'; export declare const hasUnsavedDataGuard: CanDeactivateFn<any>;