0 votes
in Big Data | Hadoop by

What is Transpiling in Angular?

1 Answer

0 votes
by

Transpiling is the one o the process to convert the typescript into javascript. We can do this by using Traceur, a JS compiler. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. Which offers classes, modules, and interfaces to help you build robust components. In another way we can say that languages we write that transpile to JavaScript are often called compile-to-JS languages, and are said to target JavaScript. Though typescript is used to write code in the Angular applications, the code is internally transpiled into javascript.

Related questions

0 votes
asked Apr 6, 2020 in Big Data | Hadoop by GeorgeBell
0 votes
asked Apr 3, 2020 in Big Data | Hadoop by Tate
...