angular2-localstorage icon indicating copy to clipboard operation
angular2-localstorage copied to clipboard

please provide a compiled version

Open seiyria opened this issue 8 years ago • 7 comments

those of us that don't use typescript would appreciate it!

seiyria avatar May 07 '16 20:05 seiyria

+1

alexciesielski avatar May 24 '16 08:05 alexciesielski

+1

ghost avatar May 30 '16 07:05 ghost

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.

seiyria avatar May 30 '16 12:05 seiyria

Apparently the compiled JS should be included in the npm module: https://github.com/mgechev/angular2-seed/issues/1014#issuecomment-227187716

danielcrisp avatar Jun 20 '16 16:06 danielcrisp

TypeScript can be compiled to Javascript in few ways (commonjs/amd module, etc). Which one should be included?

SET001 avatar Aug 03 '16 23:08 SET001

CommonJS works nicely with SystemJS, which is being used by angular-cli

alexciesielski avatar Aug 04 '16 06:08 alexciesielski

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?

thor-schueler avatar Apr 06 '17 01:04 thor-schueler