TypeScript Basics 24 - Installing libraries and type definitions
25
TypeScript Basics 25 - Setting up the project
26
TypeScript Basics 26 - Installing dependencies
27
TypeScript Basics 27 - Creating model classes
28
TypeScript Basics 28 - Creating an api request service
29
TypeScript Basics 29 - Calling service and troubleshooting errors
30
TypeScript Basics 30 - Convert response to model object
31
TypeScript Basics 31 - Using callbacks and handling repo response
32
TypeScript Basics 32 - Chaining calls and accepting commandline argument
33
TypeScript Basics 33 - Conclusion
Description:
In this course, you will learn about the basics of TypeScript. You will learn about the prerequisites, some problems with JavaScript, the working of TypeScript, TypeScript vs JavaScript, setting up TypeScript, introducing type declarations, arrays and tuples, type erasure and error behavior, typing with functions, implicit typing, any and union types, TypeScript classes, methods and constructors, inheritance and polymorphism, interfaces and duck typing, member visibility, readonly modifier, enums, generics, modules, TypeScript compiler arguments, using tsconfig json file, creating an npm project, installing libraries and type definitions, setting up the project, installing dependencies, creating model classes, creating an API request service, calling service and troubleshooting errors, converting response to model request, using callbacks and handling repo response, chaining class and accepting command line arguments, and much more.