Here is what we think are the Top 5 Local Storage AngularJS Modules. According to caniuse web storage is now supported by provided every browser (93% browser support). So this is great news for our front-end driven ng web apps, we can now (and probably have been for a while) store data in the browser and have it persist using sessionStorage and locationStorage. More to the point, we have heaps of AngularJS modules which provide us this nice web storage support out of the box. Some modules offer us more features such as fallback support using cookies, offline support and integrationn help with RESTful API services.
This post was last updated on: 24/06/2015. For an updated list see more Local Storage AngularJS Modules
1. Angular Local Storage by Gregory Pike
An Angular module that gives you access to the browsers local storage, v0.2.1
2. ngStorage by G. Kay Lee
localStorage and sessionStorage done right for AngularJS.
3. Angularjs Localizationservice by Jim Lavin
AngularJS Resource Localization Service.
4. Angular Cached Resource by Good Eggs
An AngularJS module to interact with RESTful server-side data sources, even when the browser is offline. Uses HTML5 localStorage under the hood. Closely mimics the behavior of the core ngResource module, which it requires as a dependency.
5. Angular Dynamic Locale by Lucas Mirelmann
Module to be able to change the locale at an angularjs application.
Thank you for reading and if you would like to you can submit your Local Storage AngularJS Modules or leave a comment below.
Post tags: Local Storage, storage, local, ngCookies, caching, cache, cookie, localStorage, localstore, cookies, web storage.
RT @angularjs4u: Top 5 Local Storage AngularJS Modules: Here is what we think are the Top 5 Local Storage AngularJS Module… http://t.co/i…
RT @angularjs4u: Top 5 Local Storage AngularJS Modules: Here is what we think are the Top 5 Local Storage AngularJS Module… http://t.co/i…
RT @angularjs4u: Top 5 Local Storage AngularJS Modules: Here is what we think are the Top 5 Local Storage AngularJS Module… http://t.co/i…
RT @angularjs4u: Top 5 Local Storage AngularJS Modules: Here is what we think are the Top 5 Local Storage AngularJS Module… http://t.co/i…
Thanks for the great info! Helpful for beginners like me.