Description
In this course, you will learn:-
- Students will be able to use TypeScript by the end of the course.
Syllabus:-
-
Introduction
-
Reference files
-
What is TypeScript
-
Installing Node.js on Mac OS
-
Installing Node.js on Windows
-
Installing and Using TypeScript
-
IDE - Using WebStorm
-
IDE - Using VisualStudio
-
Using an Online Editor
-
Section 1 Quiz
-
Type Inference
-
Types part 1
-
Types part 2
-
Types part 3
-
Function as Types
-
Object as Types
-
Union Types
-
Section 2 Quiz
-
Defining and using Interfaces
-
Implementing interfaces to functions
-
Implementing interfaces to classes
-
Interface Inheritance
-
Section 3 Quiz
-
Class Definition
-
Class Access Modifiers
-
Class Inheritance
-
Class Abstract
-
Generics
-
Class Generics
-
Class Generics constraints
-
Section 4 Quiz
-
NameSpaces
-
Using NameSpaces
-
NameSpace Import
-
Section 5 Quiz
-
Namespace Alias
-
Modules Exports
-
Loading Modules
-
Where to go next!