PreviousNext

Getting Started with TypeScript – Classes, Types and Interfaces

by bill-s, 2015-03-07T07:02:23.000Z

One of the big announcements at ng-conf this week was the collaborative work that the Angular and TypeScript teams have been doing. Angular 2 will leverage TypeScript heavily and you can as well in any type of JavaScript application (client-side or even server-side with Node.js). You can also use ES6 or ES5 with Angular 2 if you decide that TypeScript isn't for you.

Read More