angular-localization
angular-localization copied to clipboard
Cache resource files to browser's LocalStorage to greatly improve application reload times.
To save on bandwidth and loading costs, we can use local storage to store our language files, which will greatly speed up the second and third time users visit our application.
Config should provide an option to allow the developer to specify a localStorage module to use, and if true use window.localStorage directly, if available.