Return to site

ANGULAR INTERVIEW QUESTION: What is Angular Ivy? 🌿

· ngInterview,fullstack

Angular Ivy is the name of the last Angular compiler which was introduced in Angular 4.

Its purpose is to transform your Angular templates HTML into JavaScript code that will interpreted by the browser.

The main attributes of Ivy compiler are:

-Faster 💨 compilation time

-Lighter ☁ output

-Stronger 💪 with new features: easy-loading, change detection