- Setup for TypeScript Development environment.
- Hello World in TypeScript
- Let vs Var vs Const
- Defining Primitive DataTypes
- Arrays and Tuples in TypeScript
- Objects in TypeScript
- Functions in TypeScript
- Loops
- Any and union type
- Classes in TypeScript
- Constructors in TypeScript
- public, private and readonly
- Interface
- Inheritance and Polymorphism in TypeScript
- tsconfig.json
- TypeAlias
- Non-null assertion operator
- Enum
- Generics
- Tuples
- DOM and Type Casting
- Rendering an HTML using TypeScript
- Modules
- Webpack
- Featching a JSON from network and printing the result.
Reference :
TS Official Documentation : https://www.typescriptlang.org/docs/