angular2-localstorage
angular2-localstorage copied to clipboard
please provide a compiled version
those of us that don't use typescript would appreciate it!
+1
+1
In the meantime, I wrote https://github.com/seiyria/ng2-storage - the API is better IMO and it supports session storage. It can also be used outside of properties.
Apparently the compiled JS should be included in the npm module: https://github.com/mgechev/angular2-seed/issues/1014#issuecomment-227187716
TypeScript can be compiled to Javascript in few ways (commonjs/amd module, etc). Which one should be included?
CommonJS works nicely with SystemJS, which is being used by angular-cli
The transpiled code is included in the package you can install via npm. Check also https://www.npmjs.com/package/angular2-localstorage. What other compiled version would you be looking for?