angular-es6-di icon indicating copy to clipboard operation
angular-es6-di copied to clipboard

NPM support

Open vlad-dragos opened this issue 9 years ago • 3 comments

Hello,

Any change on adding NPM support beside JSPM?

vlad-dragos avatar Jul 26 '15 09:07 vlad-dragos

The library is on NPM. It'll take some effort to use it in a pure ES5 setting. So most likely you'll still need JSPM.

tengyifei avatar Jul 27 '15 18:07 tengyifei

What is needed for this apart from transpiling it to ES5?

gitnik avatar Oct 01 '15 20:10 gitnik

We could transpile it to ES5, but it is kinda ugly. Decorators have to instead wrap the entire function, or otherwise get manually invoked after the function definition.

tengyifei avatar Oct 01 '15 20:10 tengyifei