Angular 2 docs for ES6/7
github.com
Angular 2 docs for ES6/7
1–10 of 62 posts
Re: Angular 2 docs for ES6/7
#2Re: Angular 2 docs for ES6/7
#3I don't see a problem here, we've know Typescript is core here from the beginning.
Re: Angular 2 docs for ES6/7
#4Especially when we've got a gulp build process that takes long enough to run that I want to start some XKCD chair-jousting matches between edits.
Re: Angular 2 docs for ES6/7
#5Re: Angular 2 docs for ES6/7
#6Re: Angular 2 docs for ES6/7
#7I say good. One of the next tasks I'm going to take, as soon as I get some free time, is to integrate TypeScript into our front-end and start adding in interfaces and parameter types. I'm usually working on the back-end, but get drafted into the UI-side once in a while. The number of stupid little errors caused by typos or not having decent intellisense is troubling. Compared to the level of tooling and safety I'm us…
Re: Angular 2 docs for ES6/7
#8I say good. One of the next tasks I'm going to take, as soon as I get some free time, is to integrate TypeScript into our front-end and start adding in interfaces and parameter types. I'm usually working on the back-end, but get drafted into the UI-side once in a while. The number of stupid little errors caused by typos or not having decent intellisense is troubling. Compared to the level of tooling and safety I'm us…
Re: Angular 2 docs for ES6/7
#9Even if we could use ES6 JavaScript in the browser, transpilation isn't going away completely because we need HTML, uglification, vendor-libs, etc to be brought in together before deploying to production.
WARNING: If you are starting off with React+Typescript, expect to bang your head for may be, a couple of days, to get that stuff working. However, once it does work, it saves much more time and effort