https://github.com/changhuixu/prevent-from-leaving
Angular prevent from leaving page
https://github.com/changhuixu/prevent-from-leaving
alert angular close-tab conformation guard route
Last synced: 6 months ago
JSON representation
Angular prevent from leaving page
- Host: GitHub
- URL: https://github.com/changhuixu/prevent-from-leaving
- Owner: changhuixu
- Created: 2020-08-10T15:26:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T15:37:35.000Z (about 5 years ago)
- Last Synced: 2025-02-12T08:18:26.957Z (8 months ago)
- Topics: alert, angular, close-tab, conformation, guard, route
- Language: TypeScript
- Homepage: https://changhuixu.github.io/prevent-from-leaving/
- Size: 209 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Prevent From Leaving
## [Demo](https://changhuixu.github.io/prevent-from-leaving/)
1. RouteGuard
This repo provides an example `RouteGuard` to alert a navigation event.
1. Close a browser tab/window
An example Component listens to the `window:beforeunload` event.