Filename Size 01 Getting Started/001 Course Introduction.mp4 21.8 MB 01 Getting Started/002 What is TypeScript.mp4 11.9 MB 01 Getting Started/003 Why TypeScript and How to use it.mp4 13.8 MB 01 Getting Started/004 Installing TypeScript.mp4 7.5 MB 01 Getting Started/005 Using TypeScript.mp4 10.5 MB 01 Getting Started/006 Setting up the Course Workspace.mp4 20.5 MB 01 Getting Started/007 Asking Questions Course Materials.html 1.5 KB 01 Getting Started/attached_files/006 Setting up the Course Workspace/Course-Workspace.zip 2.8 KB 02 Using Types for a better Code/008 Introduction.mp4 7.1 MB 02 Using Types for a better Code/009 Type Basics.mp4 4.3 MB 02 Using Types for a better Code/010 Numbers Booleans.mp4 3.6 MB 02 Using Types for a better Code/011 Assigning Types Explicitly.mp4 4.7 MB 02 Using Types for a better Code/012 Arrays and Types.mp4 7.1 MB 02 Using Types for a better Code/013 Tuples.mp4 4.3 MB 02 Using Types for a better Code/014 Enums.mp4 9.2 MB 02 Using Types for a better Code/015 The Any Type.mp4 4.5 MB 02 Using Types for a better Code/016 Understanding the created JavaScript Code.mp4 4 MB 02 Using Types for a better Code/017 Using Types in Functions Arguments Return Values.mp4 12 MB 02 Using Types for a better Code/018 Functions as Types.mp4 10.3 MB 02 Using Types for a better Code/019 Objects and Types.mp4 10.9 MB 02 Using Types for a better Code/020 Example Putting it all together in a Complex Object.mp4 3.6 MB 02 Using Types for a better Code/021 Creating custom Types with Type Aliases.mp4 5.9 MB 02 Using Types for a better Code/022 Allowing multiple Types with Union Types.mp4 5 MB 02 Using Types for a better Code/023 Checking for Types during Runtime.mp4 5.7 MB 02 Using Types for a better Code/024 The never Type added with TypeScript 2.0.mp4 4.1 MB 02 Using Types for a better Code/025 Nullable Types added with TypeScript 2.0.mp4 13.4 MB 02 Using Types for a better Code/026 Module Exercise Problem.mp4 1.6 MB 02 Using Types for a better Code/027 Module Exercise Problem Code.html 703 B 02 Using Types for a better Code/028 Module Exercise Solution.mp4 8.5 MB 02 Using Types for a better Code/029 Module Summary.mp4 7.7 MB 02 Using Types for a better Code/attached_files/027 Module Exercise Problem Code/exercise.js 272 B 02 Using Types for a better Code/attached_files/028 Module Exercise Solution/Types-Solution.zip 3.1 KB 02 Using Types for a better Code/attached_files/029 Module Summary/Types.zip 2.8 KB 03 Understanding the TypeScript Compiler/030 Introduction.mp4 5.3 MB 03 Understanding the TypeScript Compiler/031 How Code gets Compiled.mp4 3.8 MB 03 Understanding the TypeScript Compiler/032 Changing the Compiler Behavior on Errors.mp4 4.6 MB 03 Understanding the TypeScript Compiler/033 Debugging your TypeScript Code using Source Maps.mp4 5.1 MB 03 Understanding the TypeScript Compiler/034 Avoiding implicit Any.mp4 3.8 MB 03 Understanding the TypeScript Compiler/035 More Compiler Options.mp4 6.6 MB 03 Understanding the TypeScript Compiler/036 Compiler Improvements with TypeScript 2.0.mp4 6 MB 03 Understanding the TypeScript Compiler/037 Resource Compiler Documentation.html 799 B 03 Understanding the TypeScript Compiler/038 Module Summary.mp4 5 MB 03 Understanding the TypeScript Compiler/attached_files/038 Module Summary/Compiler.zip 2.2 KB 04 TypeScript and ES6/039 Introduction.mp4 14.2 MB 04 TypeScript and ES6/040 ES6 TypeScript Compatibility.html 624 B 04 TypeScript and ES6/041 Let and Const.mp4 9.3 MB 04 TypeScript and ES6/042 Block Scope.mp4 7.7 MB 04 TypeScript and ES6/043 Arrow Functions.mp4 9.3 MB 04 TypeScript and ES6/044 Arrow Functions - Variations.mp4 5.1 MB 04 TypeScript and ES6/045 Functions and Default Parameters.mp4 12.2 MB 04 TypeScript and ES6/046 The Spread Operator.mp4 9.6 MB 04 TypeScript and ES6/047 The Rest Operator.mp4 12.7 MB 04 TypeScript and ES6/048 Destructuring Arrays.mp4 9.5 MB 04 TypeScript and ES6/049 Destructuring Objects.mp4 8.8 MB 04 TypeScript and ES6/050 Template Literals.mp4 9.6 MB 04 TypeScript and ES6/051 Other ES6 Features.mp4 3.2 MB 04 TypeScript and ES6/052 Module Exercise Problem.html 1.5 KB 04 TypeScript and ES6/053 Module Exercise Solution.mp4 34.2 MB 04 TypeScript and ES6/054 Module Summary.mp4 7.2 MB 04 TypeScript and ES6/attached_files/052 Module Exercise Problem/exercises.js 844 B 04 TypeScript and ES6/attached_files/053 Module Exercise Solution/ES6-Solution.zip 2.6 KB 04 TypeScript and ES6/attached_files/054 Module Summary/ES6.zip 2.8 KB 05 Using Classes to create Objects/055 Introduction.mp4 4.4 MB 05 Using Classes to create Objects/056 Creating Classes and Class Properties.mp4 16.8 MB 05 Using Classes to create Objects/057 Class Methods and Access Modifiers.mp4 11.7 MB 05 Using Classes to create Objects/058 Inheritance.mp4 8.3 MB 05 Using Classes to create Objects/059 Inheritance and Constructors.mp4 5.6 MB 05 Using Classes to create Objects/060 Inheritance Wrap Up.mp4 6.9 MB 05 Using Classes to create Objects/061 Getters Setters.mp4 14.7 MB 05 Using Classes to create Objects/062 Static Properties and Methods.mp4 9.1 MB 05 Using Classes to create Objects/063 Abstract Classes.mp4 15.7 MB 05 Using Classes to create Objects/064 Private Constructors Singletons added with TypeScript 2.0.mp4 6.2 MB 05 Using Classes to create Objects/065 readonly Properties added with TypeScript 2.0.mp4 6.1 MB 05 Using Classes to create Objects/066 Module Exercise Problem.html 1.7 KB 05 Using Classes to create Objects/067 Module Exercise Solution.mp4 34.4 MB 05 Using Classes to create Objects/068 Module Summary.mp4 7.4 MB 05 Using Classes to create Objects/attached_files/066 Module Exercise Problem/exercises.js 1.2 KB 05 Using Classes to create Objects/attached_files/067 Module Exercise Solution/Classes-Solution.zip 2.7 KB 05 Using Classes to create Objects/attached_files/068 Module Summary/Classes.zip 2.8 KB 06 Namespaces and Modules/069 Introduction.mp4 7.9 MB 06 Namespaces and Modules/070 An Introduction to Namespaces.mp4 14.5 MB 06 Namespaces and Modules/071 Namespaces and Multiple Files.mp4 13 MB 06 Namespaces and Modules/072 Namespace Imports.mp4 6 MB 06 Namespaces and Modules/073 More on Namespaces.mp4 6.1 MB 06 Namespaces and Modules/074 Limitations of Namespaces.mp4 3.6 MB 06 Namespaces and Modules/075 Modules.mp4 8.2 MB 06 Namespaces and Modules/076 Loading Modules.mp4 23.2 MB 06 Namespaces and Modules/077 Importing Exporting Modules.mp4 7 MB 06 Namespaces and Modules/078 Module Resolution.mp4 4.8 MB 06 Namespaces and Modules/079 Namespaces vs Modules - Wrap Up.mp4 3.7 MB 06 Namespaces and Modules/080 Module Summary.mp4 6.1 MB 06 Namespaces and Modules/attached_files/076 Loading Modules/ts-modules.pdf 16.8 KB 06 Namespaces and Modules/attached_files/080 Module Summary/Modules.zip 3.6 KB 07 Doing Contract Work with Interfaces/081 Introduction.mp4 7.7 MB 07 Doing Contract Work with Interfaces/082 The Basics about Interfaces.mp4 13.8 MB Torrent_downloaded_from_Demonoid_-_www.demonoid.pw_.txt 59 B Tutsem.com.lnk 2.7 KB TUTSEM.COM.txt 317 B