Sign up
Forgot password?
FAQ: Login

TypeScript Notes for Professionals

  • pdf file
  • size 1,14 MB
  • added by
  • info modified
TypeScript Notes for Professionals
GoalKicker.com, 2018. — 200 p.
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.
Getting started with TypeScript
Why and when to use TypeScript
TypeScript Core Types
Arrays
Enums
Functions
Classes
Class Decorator
Interfaces
Generics
Strict null checks
User-defined Type Guards
TypeScript basic examples
Importing external libraries
Modules - exporting and importing
Publish TypeScript definition files
Using TypeScript with webpack
Mixins
How to use a JavaScript library without a type definition file
TypeScript installing typescript and running the typescript compiler tsc
Configure typescript project to compile all files in typescript.
Integrating with Build Tools
Using TypeScript with RequireJS
TypeScript with AngularJS
TypeScript with SystemJS
Using TypeScript with React (JS & native)
TSLint - assuring code quality and consistency
tsconfig.json
Debugging
Unit Testing
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up