Hi Wil, It is not impossible, but no official support anymore. Let me explain this a bit. As angular is moving completely to AOT, there is no way around a build step. Also, the AOT compiler itself is dependent on TS. So with this dependency in place, it's kind of nonsense to not use TS.
However, this still doesn't mean you have to write TS. all ES6 is valid TS so, you can restrict your own code to ES6 only. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
