JSPM

angular-lz-string

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 156
  • Score
    100M100P100Q84832F
  • License WTFPL

Angular wrapper for lz-string, an LZ-based compression algorithm

Package Exports

  • angular-lz-string

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-lz-string) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

angular-lz-string Build Status

Angular wrapper for lz-string module, original here: http://pieroxy.net/blog/pages/lz-string/index.html

Install via bower

$ bower install angular-lz-string

Install via npm

$ 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.

Home page

Home page for this program with examples, documentation and a live demo: http://pieroxy.net/blog/pages/lz-string/index.html