Ionic and TypeScript: Part 3
Hey everyone, long time no see!
In our last two screencasts, we created a simple TypeScript build process and looked at adding typings to our code. Let’s pick up where we left off and convert our controllers to something more ES6 class-like.
Getting Up To Date
$ git clone https://github.com/driftyco/ionic-typescript-example.git && cd ionic-typescript-example
$ npm install && tsd install