0 votes
in Angular by
What is the process called by which TypeScript code is converted into JavaScript code?

1 Answer

0 votes
by

It is called Transpiling. Even though TypeScript is used for writing code in Angular applications, it gets internally transpiled into equivalent JavaScript.

Related questions

+1 vote
asked Jan 27, 2020 in JavaScript by AdilsonLima
0 votes
asked Oct 21, 2021 in Artificial Intelligence by DavidAnderson
...