angular2-localstorage
Property saver
Automates storage and retrieval of directive class properties to HTML5 LocalStorage.
Angular 2+ decorator to save and restore variables/class properties to HTML5 LocalStorage automatically.
303 stars
26 watching
107 forks
Language: TypeScript
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
unmaintainedprojects/pls | Preserves localStorage in a database | 9 |
mikaak/angular-safeguard | Provides a unified storage interface for Angular applications using various drivers such as cookies, localStorage, sessionStorage, and in-memory storage. | 77 |
jimrhoskins/knockout.localstorage | A plugin for knockout.js that allows observable values to be stored in local storage. | 67 |
jeromegn/backbone.localstorage | An adapter that replaces Backbone.sync to save data to local storage instead of the server. | 1,894 |
cristianszwarc/react_crud_localstorage | A simple React/Redux CRUD application using local storage to persist state and simulate remote API calls | 29 |
ilyalesik/effector-localstorage | Synchronizes store state with localStorage and provides synchronization between browser tabs | 30 |
funkensturm/ember-local-storage | An Ember.js addon providing a storage solution using localStorage or sessionStorage to persist data changes | 220 |
simsalabim/sisyphus | A client-side form storage solution using LocalStorage to persist data even after browser crashes or tab closures. | 1,985 |
vip30/vue-local-storage-decorator | A Vue.js decorator that persists component data to local storage | 19 |
pillowpillow/ng2-webstorage | A library that provides an easy-to-use service to manage local and session storage in Angular applications. | 428 |
cyrilletuzi/angular-async-local-storage | A client-side storage solution for Angular applications using asynchronous IndexedDB and RxJS observables. | 676 |
blazored/localstorage | A NuGet package providing access to the browser's local storage APIs for Blazor applications | 1,245 |
valor-software/ng2-file-upload | Provides easy-to-use Angular directives for handling file uploads and drops in web applications. | 1,910 |
valor-software/ng2-select | An Angular component for selecting items from an array or querying data remotely. | 675 |
nigrosimone/ng-let | A structural directive for sharing data as a local variable within HTML template of an Angular component | 51 |