Angular wrapper for lz-string, an LZ-based compression algorithm
npm install angular-lz-stringangular-lz-string 
=========
Angular wrapper for lz-string module, original here: http://pieroxy.net/blog/pages/lz-string/index.html
``shell`
$ bower install angular-lz-string
`shell`
$ npm install angular-lz-string
Include angular-lz-string.js in your app, add lz-string` to your app’s dependencies. The LZString
variable can then be injected as needed.