Google News
logo
Angular - Interview Questions
What is Transpiling in Angular ?
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. 
Advertisement