
TypeScript Notes for Professionals
On Sale
$55.00
$55.00
- 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