|
| 1 | +# TypeScript-NotesForProfessionals |
| 2 | + |
| 3 | +| Chapter | Details | |
| 4 | +|:-------:|:-------:| |
| 5 | +| 1: Getting started with TypeScript | [Readme]() | |
| 6 | +| 2: Why and when to use TypeScript | [Readme]() | |
| 7 | +| 3: TypeScript Core Types | [Readme]() | |
| 8 | +| 4: Arrays | [Readme]() | |
| 9 | +| 5: Enums | [Readme]() | |
| 10 | +| 6: Functions | [Readme]() | |
| 11 | +| 7: Classes | [Readme]() | |
| 12 | +| 8: Class Decorator | [Readme]() | |
| 13 | +| 9: Interfaces | [Readme]() | |
| 14 | +| 10: Generics | [Readme]() | |
| 15 | +| 11: Strict null checks | [Readme]() | |
| 16 | +| 12: User-defined Type Guards | [Readme]() | |
| 17 | +| 13: TypeScript basic examples | [Readme]() | |
| 18 | +| 14: Importing external libraries | [Readme]() | |
| 19 | +| 15: Modules - exporting and importing | [Readme]() | |
| 20 | +| 16: Publish TypeScript definition files | [Readme]() | |
| 21 | +| 17: Using TypeScript with webpack | [Readme]() | |
| 22 | +| 18: Mixins | [Readme]() | |
| 23 | +| 19: How to use a JavaScript library without a type definition file | [Readme]() | |
| 24 | +| 20: TypeScript installing typescript and running the typescript compiler tsc | [Readme]() | |
| 25 | +| 21: Configure typescript project to compile all files in typescript. | [Readme]() | |
| 26 | +| 22: Integrating with Build Tools | [Readme]() | |
| 27 | +| 23: Using TypeScript with RequireJS | [Readme]() | |
| 28 | +| 24: TypeScript with AngularJS | [Readme]() | |
| 29 | +| 25: TypeScript with SystemJS | [Readme]() | |
| 30 | +| 26: Using TypeScript with React (JS & native) | [Readme]() | |
| 31 | +| 27: TSLint - assuring code quality and consistency | [Readme]() | |
| 32 | +| 28: tsconfig.json | [Readme]() | |
| 33 | +| 29: Debugging | [Readme]() | |
| 34 | +| 30: Unit Testing | [Readme]() | |
0 commit comments