Show Ionic: TypeScript + ES6 + Modules + Ionic

I’ve been playing around with TS/ES6 and such with Ionic. And using Visual Studio Code, because that’s kinda cool. After quite a bit of work and hacking, I got things to work really well. There are some problems with the VSC IDE, but I reported the bugs.

Documentation kinda doesn’t exist there >_> At least, not yet. It’s based off of the “ionic start” app that you get. The javascript is located in src/. When you run gulp compile, it gets transpiled to ES5 and put in build/. When you run “gulp bundle”, it gets bundled into a single file by System.js and put in www/js.

Please give me any questions, comments, suggestions. etc.

2 Likes