Download TypeScript E-book free Click Here
The TypeScript Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA. See credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified
Book created for educational purposes and is not affiliated with TypeScript group(s), company(s) nor Stack Overflow. All trademarks belong to their respective company owners
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