InterviewSolution
Saved Bookmarks
| 1. |
Why we need compilation process in Angular? |
|
Answer» Due to a MIX of code in the components AD the templates, INTEGRATING them needs a compiler. Hence, in Angular 6, a compiler is used. |
|