Chapters
- Getting started with TypeScript
- Importing external libraries
- Classes
- Strict null checks
- Using Typescript with React (JS & native)
- Functions
- Interfaces
- Using TypeScript with webpack
- Generics
- TypeScript Core Types
- Integrating with Build Tools
- Publish TypeScript definition files
- Class Decorator
- tsconfig.json
- Mixins
- Enums
- TypeScript with AngularJS
- TypeScript with SystemJS
- Unit Testing
- TSLint – assuring code quality and consistency
- TypeScript basic examples
- User-defined Type Guards
- How to use a javascript library without a type definition file
- Modules – exporting and importing
- Why and when to use TypeScript
- Debugging
- Arrays
- Typescript-installing-typescript-and-running-the-typescript-compiler-tsc
- Configure typescript project to compile all files in typescript.
- Using Typescript with RequireJS