TypeScript Language Overview
Historical
Why TypeScript?
Install TypeScript
Using TypeScript
Practical Workshop: Compiling Your First TypeScript Program
basic types under TypeScript
Functions and parameters
Function overload under TypeScript
Classes under TypeScript
Inheritance under TypeScript
Modules under TypeScript
Interfaces under TypeScript
Enumerations under TypeScript
Symbols under TypeScript
TypeScript Iters and Generators
Typing (static and dynamic)
mixins
The Decorators
Unions of types