sonicoder86 / angular2-babel-esnext-starter

Angular development and testing examples with Babel in Javascript (ES6/ES7).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are you using angular2-babel-esnext-starter? Please comment here!

sonicoder86 opened this issue · comments

Hi everyone ✋
I would like to know who are using angular2-babel-esnext-starter and how you use it.

Please share your experiences and usage below!

Thank you ❤️

Please don't post issues in this thread

I use your great starter project since a while as a inspiration for my HowCanI. I just forked an early version of your project and made my own changes. But since then I used your project and observed your changes on the project and it was a great help for me to go through all the betas and release candidates of Angular 2 with all the breaking changes. So my big thanks to you for the help with your hard and excellent work.

My decision to not use TypeScript and ES6 instead was more because the support in VIM for TS wasn't so good. Maybe I would take another decision today, when the ng-cli is available, but for my first steps and my first project with Angular2 it was a good decision, I think...

https://github.com/howcani-project/howcani

commented

Hi, great starter. I'm trying to teach myself angular2 by playing with it. Must ask - why you decided to remove protractor (e2e) tests?
Thanks