InterviewSolution
Saved Bookmarks
| 1. |
What is Transpiling in Angular 4? |
|
Answer» A Transpiler, which runs on TYPESCRIPT is used in Angular 4 to COMPILE all the TypeScript code created in the DEVELOPMENT process and convert them into JavaScript for rendering into the browser. Also Read: How to crack the INTERVIEW in the first attempt |
|