angular-seed icon indicating copy to clipboard operation
angular-seed copied to clipboard

angular-seed for ES6

Open ms-denver opened this issue 9 years ago • 3 comments

Has anyone re-written this for ES6? Thanks

ms-denver avatar Mar 10 '15 22:03 ms-denver

No, there is little point. I am personally waiting until Angular 2.0 hits the streets. We can then see what impact this may have. I am of course assuming a large part of Angular 2.0 will be written in ES6 using their Traceur plugin for backwards compatibility. But we can only hope...

gpltaylor avatar Mar 30 '15 22:03 gpltaylor

For ES6 sample, you can use this.

tolyo avatar Jul 15 '16 19:07 tolyo

I have created a ES6 angular seed project, you'll find all the same approach of this seed(protractor, karma, etc). https://github.com/willyelm/angular-es6-seed

willyelm avatar Jul 20 '16 07:07 willyelm