35 min tutorial by Max Lynch
3 min vide by Mike
Angular Conference 25 min video talk
You just found this new JavaScript library, and you want to use it in your slick new Ionic 2 app. You npm install
the library, go to import it, and then…nothing. Nothing happens. What gives?
Turns out, mixing JavaScript and TypeScript can be problematic when TypeScript doesn’t understand the extra code. In this screencast, we’ll go over the steps needed to make TypeScript play nice with other JavaScript libraries.