Book Description
The TypeScript Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
This open book is licensed under a Creative Commons License (CC BY-SA). You can download TypeScript Notes for Professionals ebook for free in PDF format (1.2 MB).
Table of Contents
Chapter 1
Getting started with TypeScript
Chapter 2
Why and when to use TypeScript
Chapter 3
TypeScript Core Types
Chapter 4
Arrays
Chapter 5
Enums
Chapter 6
Functions
Chapter 7
Classes
Chapter 8
Class Decorator
Chapter 9
Interfaces
Chapter 10
Generics
Chapter 11
Strict null checks
Chapter 12
User-defined Type Guards
Chapter 13
TypeScript basic examples
Chapter 14
Importing external libraries
Chapter 15
Modules - exporting and importing
Chapter 16
Publish TypeScript definition files
Chapter 17
Using TypeScript with webpack
Chapter 18
Mixins
Chapter 19
How to use a JavaScript library without a type definition file
Chapter 20
TypeScript installing typescript and running the typescript compiler tsc
Chapter 21
Configure typescript project to compile all files in typescript.
Chapter 22
Integrating with Build Tools
Chapter 23
Using TypeScript with RequireJS
Chapter 24
TypeScript with AngularJS
Chapter 25
TypeScript with SystemJS
Chapter 26
Using TypeScript with React (JS & native)
Chapter 27
TSLint - assuring code quality and consistency
Chapter 28
tsconfig.json
Chapter 29
Debugging
Chapter 30
Unit Testing