Hi Sander, Thanks for the prompt reply. As far as I understand babelJs is from transpiling es6 to es5. Does it work for typeScript as well. I'm quite impressed by http://jspm.io/ where es6 is transpiled (when working in 'debug' mode) automatically in the browser and where the 'bundle' option can be used to bundle/compile things for production. Feels straightforward and make things transparent in debug time.
On Thursday, April 30, 2015 at 1:15:36 PM UTC+2, Sander Elias wrote: > > Hi Paul, > > http://www.typescriptlang.org/Tutorial > > However, to use it for angualr you need TS1.5 that is not out yet. there > is an almost beta version linked somewhere(drop me a note if you want me to > search for it!) > As an alternative, you can try babelJs. That has also everything that's > needed for Ng2. IIRC there are already a couple of NG2 starters with babel. > > Regards > Sander > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
