0 votes
in Angular by
What is Transpiling in Angular?

1 Answer

0 votes
by

Transpiling is the process of converting the typescript into javascript (using Traceur, a JS compiler). Though typescript is used to write code in the Angular applications, the code is internally transpiled into javascript. 

Related questions

0 votes
asked Feb 24 in Angular by SakshiSharma
0 votes
asked Feb 24 in Angular by SakshiSharma
...