TypeScript, tsc, transpiler or transcompiler | Angular Tutorial in Telugu Part 5

preview_player
Показать описание
In this video we briefly explained about :
What is TypeScript?
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. Any browser. Any host. Any OS. Open source.
Why Typescript?
1. Due to support of OOPs features
2. Easy for developers who came from java, c++, c# and oops based languages.
3. No need to write javascript, because TypeScript on compilation automatically generates js code.
Note:
transcompiler, or transpiler is a type of translator that takes the source code of a program written in a programming language as its input and produces an equivalent source code in the same or a different programming language.
tsc : transpile the TypeScript files into Javascript (.ts to .js)
dist : distribution folder which holds compiled code for deployment*. #ottit #technologytutorials
Рекомендации по теме
Комментарии
Автор

Actually I'm getting tsc not recognised what should i do now.. tell me

brandstarmediainfo