UI Deploy

Curated, Short, Web UI Dev we Love.

Writing Angular 2 code in ES5

Angular 2 is written in TypeScript to take advantage of language features like types and meta data annotations through decorators. While this is great for tooling, a lot of people don't like the syntax of decorators and maybe even ES6 classes. This article discusses how to write an Angular 2 application in ES5.

view source

Advertisement