An open API service indexing awesome lists of open source software.

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

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.