December 9, 2015
  • All
  • Ionic

Ionic and TypeScript: Part 3

Mike Hartington

Director of Developer Relation...

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

Additional Notes

Additional videos

Ionic and TypeScript Part 1

Ionic and TypeScript Part 2

Ionic and TypeScript Part 4


Mike Hartington

Director of Developer Relation...