1.

What is components in TypeScript? Also explain its types.

Answer»

The Typescript components comprise 3 parts. They are:

  • LANGUAGE: It consists of features of the language element of Typescript. Syntax, keywords, and type ANNOTATION rules and syntax are covered in this.
  • The TypeScript Compiler: Used to compile the same code into Javascript. It also parses and checks the type of code being compiled into Javascript.
  • TypeScript Language Services: This provides information that helps editors and other tools to increase productivity by AUTOMATED refactoring and Intellisense.


Discussion

No Comment Found