| 1 - Introduction | |||
| Defining 'JavaScript'.mp4 | 11.13 MB | ||
| Introducing TypeScript.mp4 | 10.64 MB | ||
| Using the exercise files.mp4 | 6.17 MB | ||
| Welcome.mp4 | 4.65 MB | ||
| What you should know before watching this course.mp4 | 2.79 MB | ||
| Writing your first TypeScript function.mp4 | 12.68 MB | ||
| 10 - 9. Decorators | |||
| Implementing class decorators.mp4 | 13.02 MB | ||
| Implementing decorator factories.mp4 | 8.57 MB | ||
| Implementing method decorators.mp4 | 18.86 MB | ||
| Implementing property decorators.mp4 | 8.49 MB | ||
| 11 - Conclusion | |||
| Next steps.mp4 | 3.39 MB | ||
| 2 - 1. Configuring Your Environment | |||
| Choosing your TypeScript editor.mp4 | 4.68 MB | ||
| Creating a TypeScript project.mp4 | 14.94 MB | ||
| Installing TypeScript in Visual Studio.mp4 | 5.86 MB | ||
| Installing the TypeScript command-line interface.mp4 | 9.24 MB | ||
| 3 - 2. ES6 Language Features | |||
| Computed properties.mp4 | 5.05 MB | ||
| Default parameters.mp4 | 4.64 MB | ||
| Destructuring.mp4 | 12.37 MB | ||
| For...of loops.mp4 | 2.87 MB | ||
| Lambdas.mp4 | 7.47 MB | ||
| Let and const.mp4 | 5.77 MB | ||
| Reviewing ES6 language features.mp4 | 2.55 MB | ||
| Template strings.mp4 | 7.22 MB | ||
| The spread operator.mp4 | 7.46 MB | ||
| 4 - 3. Type Fundamentals | |||
| Adding function overloads.mp4 | 5.96 MB | ||
| Introducing JavaScript types.mp4 | 8.69 MB | ||
| Specifying JavaScript types.mp4 | 7.7 MB | ||
| Specifying function parameter types.mp4 | 5.91 MB | ||
| Understanding type inference.mp4 | 9.66 MB | ||
| 5 - 4. Custom Types | |||
| Defining anonymous types.mp4 | 3.16 MB | ||
| Defining constant values with enums.mp4 | 9.67 MB | ||
| Defining custom types with interfaces.mp4 | 13.05 MB | ||
| Extending interface definitions.mp4 | 9.55 MB | ||
| Using interfaces to describe functions.mp4 | 4.57 MB | ||
| 6 - 5. Classes | |||
| Applying static properties.mp4 | 7.17 MB | ||
| Controlling visibility with access modifiers.mp4 | 11.39 MB | ||
| Defining a class.mp4 | 9.54 MB | ||
| Implementing an abstract class.mp4 | 5.79 MB | ||
| Implementing interfaces.mp4 | 15 MB | ||
| Inheriting behavior from a base class.mp4 | 12.73 MB | ||
| Making properties smarter with accessors.mp4 | 12.33 MB | ||
| Understanding prototypical inheritance.mp4 | 8.89 MB | ||
| 7 - 6. Generics | |||
| Applying generic constraints.mp4 | 8.78 MB | ||
| Creating generic classes.mp4 | 11.43 MB | ||
| Introducing generics.mp4 | 6.25 MB | ||
| 8 - 7. Modules | |||
| Importing modules using CommonJS syntax.mp4 | 5.09 MB | ||
| Importing modules using ECMAScript 2015 syntax.mp4 | 7.6 MB | ||
| Loading external modules.mp4 | 12.1 MB | ||
| Organizing your code with namespaces.mp4 | 9.68 MB | ||
| Switching from internal to external modules.mp4 | 6.06 MB | ||
| Understanding the difference between internal and external modules.mp4 | 6.3 MB | ||
| Understanding the need for modules in JavaScript.mp4 | 4.38 MB | ||
| Using namespaces to encapsulate private members.mp4 | 18.19 MB | ||
| 9 - 8. Real-World Application Development | |||
| Converting existing JavaScript code to TypeScript.mp4 | 17.95 MB | ||
| Converting to external modules.mp4 | 14.37 MB | ||
| Debugging TypeScript with source maps.mp4 | 12.99 MB | ||
| Generating declaration files.mp4 | 10.01 MB | ||
| Introducing the sample JavaScript application.mp4 | 9.42 MB | ||
| Referencing third-party libraries.mp4 | 10.76 MB | ||
| Exercise Files | |||
| Chp_01 | |||
| 01_04 | |||
| .gitignore | 619 B | ||
| app.ts | 78 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| Chp_02 | |||
| 02_02 | |||
| .gitignore | 619 B | ||
| app.ts | 266 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 02_03 | |||
| .gitignore | 619 B | ||
| app.ts | 353 B | ||
| index.html | 323 B | ||
| template.html | 200 B | ||
| tsconfig.json | 58 B | ||
| 02_04 | |||
| .gitignore | 619 B | ||
| app.ts | 150 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 02_05 | |||
| .gitignore | 619 B | ||
| app.ts | 138 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 02_06 | |||
| .gitignore | 619 B | ||
| app.ts | 288 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 02_07 | |||
| .gitignore | 619 B | ||
| app.ts | 218 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 02_08 | |||
| .gitignore | 619 B | ||
| app.ts | 486 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 02_09 | |||
| .gitignore | 619 B | ||
| app.ts | 253 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| Chp_03 | |||
| 03_01 | |||
| .gitignore | 619 B | ||
| app.ts | 131 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 03_02 | |||
| .gitignore | 619 B | ||
| app.ts | 85 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 03_03 | |||
| .gitignore | 619 B | ||
| app.ts | 117 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 03_04 | |||
| .gitignore | 619 B | ||
| app.ts | 294 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 03_05 | |||
| .gitignore | 619 B | ||
| app.ts | 409 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| Chp_04 | |||
| 04_01 | |||
| .gitignore | 619 B | ||
| app.ts | 259 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 04_02 | |||
| .gitignore | 619 B | ||
| app.ts | 204 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 04_03 | |||
| .gitignore | 619 B | ||
| app.ts | 778 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 04_04 | |||
| .gitignore | 619 B | ||
| app.ts | 337 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 04_05 | |||
| .gitignore | 619 B | ||
| app.ts | 190 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| Chp_05 | |||
| 05_01 | |||
| .gitignore | 619 B | ||
| app.ts | 168 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 05_02 | |||
| .gitignore | 619 B | ||
| app.ts | 407 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 05_03 | |||
| .gitignore | 619 B | ||
| app.ts | 506 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 05_04 | |||
| .gitignore | 619 B | ||
| app.ts | 1.13 KB | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 05_05 | |||
| .gitignore | 619 B | ||
| app.ts | 793 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 05_06 | |||
| .gitignore | 619 B | ||
| app.ts | 762 B | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 05_07 | |||
| .gitignore | 619 B | ||
| app.ts | 1.23 KB | ||
| index.html | 323 B | ||
| tsconfig.json | 58 B | ||
| 05_08 | |||
| .gitignore | 619 B | ||
| TodoService.ts | 962 B | ||
| TodoStateChanger.ts | 600 B | ||
| index.html | 520 B | ||
| model.ts | 292 B | ||
| tsconfig.json | 58 B | ||
| Chp_06 | |||
| 06_01 | |||
| .gitignore | 619 B | ||
| TodoService.ts | 962 B | ||
| TodoStateChanger.ts | 600 B | ||
| app.ts | 275 B | ||
| index.html | 520 B | ||
| model.ts | 292 B | ||
| tsconfig.json | 58 B | ||
| 06_02 | |||
| .gitignore | 619 B | ||
| TodoService.ts | 962 B | ||
| TodoStateChanger.ts | 600 B | ||
| app.ts | 710 B | ||
| index.html | 520 B | ||
| model.ts | 292 B | ||
| tsconfig.json | 58 B | ||
| 06_03 | |||
| .gitignore | 619 B | ||
| KeyValuePairPrinter.ts | 371 B | ||
| TodoService.ts | 962 B | ||
| TodoStateChanger.ts | 600 B | ||
| app.ts | 277 B | ||
| index.html | 520 B | ||
| model.ts | 292 B | ||
| tsconfig.json | 58 B | ||
| Chp_07 | |||
| 07_02 | |||
| .gitignore | 619 B | ||
| TodoService.ts | 900 B | ||
| index.html | 449 B | ||
| model.ts | 537 B | ||
| tsconfig.json | 58 B | ||
| 07_03 | |||
| .gitignore | 619 B | ||
| DataAccess.ts | 1.18 KB | ||
| app.ts | 254 B | ||
| index.html | 449 B | ||
| model.ts | 262 B | ||
| tsconfig.json | 58 B | ||
| 07_05 | |||
| .gitignore | 619 B | ||
| DataAccess.ts | 971 B | ||
| index.html | 449 B | ||
| model.ts | 160 B | ||
| tsconfig.json | 86 B | ||
| 07_06 | |||
| .gitignore | 619 B | ||
| DataAccess.ts | 1.01 KB | ||
| index.html | 449 B | ||
| model.ts | 160 B | ||
| tsconfig.json | 86 B | ||
| 07_07 | |||
| .gitignore | 619 B | ||
| DataAccess.ts | 1.01 KB | ||
| app.ts | 93 B | ||
| index.html | 449 B | ||
| model.ts | 160 B | ||
| tsconfig.json | 86 B | ||
| 07_08 | |||
| .gitignore | 619 B | ||
| DataAccess.ts | 1.01 KB | ||
| app.ts | 339 B | ||
| index.html | 498 B | ||
| model.ts | 160 B | ||
| tsconfig.json | 86 B | ||
| Chp_08 | |||
| 08_01 | |||
| .gitignore | 619 B | ||
| TodoApp.js | 1.47 KB | ||
| TodoListComponent.js | 1.76 KB | ||
| TodoService.js | 1.98 KB | ||
| index.html | 2.6 KB | ||
| styles.css | 304 B | ||
| 08_02 | |||
| .gitignore | 619 B | ||
| TodoApp.ts | 1.56 KB | ||
| TodoListComponent.ts | 1.7 KB | ||
| TodoService.ts | 2.29 KB | ||
| index.html | 2.6 KB | ||
| styles.css | 304 B | ||
| tsconfig.json | 58 B | ||
| 08_03 | |||
| .gitignore | 636 B | ||
| TodoApp.ts | 1.56 KB | ||
| TodoListComponent.ts | 1.72 KB | ||
| TodoService.ts | 2.29 KB | ||
| index.html | 2.6 KB | ||
| styles.css | 304 B | ||
| tsconfig.json | 87 B | ||
| 08_04 | |||
| .gitignore | 636 B | ||
| TodoApp.ts | 1.56 KB | ||
| TodoListComponent.ts | 1.7 KB | ||
| TodoService.ts | 2.29 KB | ||
| index.html | 2.6 KB | ||
| styles.css | 304 B | ||
| tsconfig.json | 87 B | ||
| tsd.json | 250 B | ||
| 08_05 | |||
| .gitignore | 636 B | ||
| Model.ts | 141 B | ||
| TodoApp.ts | 1.71 KB | ||
| TodoListComponent.ts | 1.81 KB | ||
| TodoService.ts | 2.13 KB | ||
| index.html | 2.58 KB | ||
| styles.css | 304 B | ||
| tsconfig.json | 115 B | ||
| tsd.json | 250 B | ||
| 08_06 | |||
| .gitignore | 645 B | ||
| Model.ts | 141 B | ||
| TodoApp.ts | 1.72 KB | ||
| TodoListComponent.ts | 1.81 KB | ||
| TodoService.ts | 2.13 KB | ||
| index.html | 2.58 KB | ||
| styles.css | 304 B | ||
| tsconfig.json | 142 B | ||
| tsd.json | 250 B | ||
| Chp_09 | |||
| 09_01 | |||
| .gitignore | 645 B | ||
| Model.ts | 141 B | ||
| TodoApp.ts | 1.72 KB | ||
| TodoListComponent.ts | 1.81 KB | ||
| TodoService.ts | 2.51 KB | ||
| index.html | 2.58 KB | ||
| styles.css | 304 B | ||
| tsconfig.json | 182 B | ||
| tsd.json | 250 B | ||
| 09_02 | |||
| .gitignore | 645 B | ||
| Model.ts | 141 B | ||
| TodoApp.ts | 1.72 KB | ||
| TodoListComponent.ts | 1.81 KB | ||
| TodoService.ts | 2.79 KB | ||
| Validators.ts | 950 B | ||
| index.html | 2.58 KB | ||
| styles.css | 304 B | ||
| tsconfig.json | 182 B | ||
| tsd.json | 250 B | ||
| 09_03 | |||
| .gitignore | 645 B | ||
| Model.ts | 141 B | ||
| TodoApp.ts | 1.8 KB | ||
| TodoListComponent.ts | 1.81 KB | ||
| TodoService.ts | 2.79 KB | ||
| Validators.ts | 1.61 KB | ||
| index.html | 2.58 KB | ||
| styles.css | 304 B | ||
| tsconfig.json | 182 B | ||
| tsd.json | 250 B | ||
| 09_04 | |||
| .gitignore | 645 B | ||
| Model.ts | 141 B | ||
| TodoApp.ts | 1.8 KB | ||
| TodoListComponent.ts | 1.81 KB | ||
| TodoService.ts | 2.79 KB | ||
| Validators.ts | 2.2 KB | ||
| index.html | 2.58 KB | ||
| styles.css | 304 B | ||
| tsconfig.json | 182 B | ||
| tsd.json | 250 B |
http://lynda.com/Typescript-tutorials/TypeScript-Essential-Training/421807-2.html
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 629.8 MB | abidmail | 5 years | 0 | 0 | |
| 164.3 MB | abidmail | 5 years | 0 | 0 | |
| 164.6 MB | abidmail | 5 years | 0 | 0 | |
| 166 MB | SunRiseZone | 6 years | 2 | 4 | |
| 165.9 MB | xHOBBiTx | 7 years | 6 | 4 |
All Comments