Say Hi TypeScript is complated
NisanurBulut
released this
04 May 13:56
·
31 commits
to master
since this release
Give a Star! ⭐
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
12. SayHiTypeScript
In this tutorial, the installation and usage of typescript is explained. The basics of TypeScript are practiced. Especially the use of tuple and interface has been studied.
This working will show you how to :
Compiling TypeScript | Explicit Types | Classes | Rendering an HTML Template |
---|---|---|---|
Type Basics | Dynamic (Any) Types | Public, Private & Readonly | Generics |
Object & Arrays | Better Workflow & tsconfig | Modules | Enums |
Function Basics | Type Alies | Interfaces | Tuples |
Function signatures | The Dom & Type Casting | Interfaces With Classes |