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.

...