
beginnerionic2typescript
Ionic 2: TypeScript vs ECMAScript 6
5 min read
TypeScript and ECMAScript 6 are not really two different things battling it out, TypeScript is just an extension of the standard ECMAScript 6 syntax.
5 min read
TypeScript and ECMAScript 6 are not really two different things battling it out, TypeScript is just an extension of the standard ECMAScript 6 syntax.
4 min read
In this tutorial I am going to show you how to take some ES6 code and convert it to TypeScript
4 min read
In this tutorial, I am going to walk through some common TypeScript errors you may encounter in an Ionic 2 application, and how you can fix them.