marcj / angular2-localstorage

Angular 2+ decorator to save and restore variables/class properties to HTML5 LocalStorage automatically.
302 stars 107 forks source link

Is there any StorageEvent available #22

Closed mgolois closed 8 years ago

mgolois commented 8 years ago

Is there any StorageEvent available, that will be able to listen to changes whenever changes occurs in my localstorage?

marcj commented 8 years ago

Well, not from locaStorage but angular gives you events already https://angular.io/docs/ts/latest/api/core/OnChanges-interface.html.