@ng-web-apis/common
Advanced tools
Comparing version 1.4.1 to 1.5.0
{ | ||
"name": "@ng-web-apis/common", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": ">=6.0.0", |
@@ -22,1 +22,2 @@ Common utils for Web APIs | ||
- `LOCAL_STORAGE` — provides access to `window.localStorage` object | ||
- `PAGE_VISIBILITY` — wrapper for `document.addEventListener('visibilityChange')` api |
77379
23