What is Ivy Renderer? Is it supported by Angular 7?

Technology CommunityCategory: AngularWhat is Ivy Renderer? Is it supported by Angular 7?
VietMX Staff asked 3 years ago

The purpose of Angular view engine is to translate the templates and components that we have written into the regular HTML and JavaScript so it is easy for the browser to read it comfortably. Ivy is the next generation of Angular Renderer. It is third in line after the original compiler (for Angular 2) and Renderer2 (for Angular 4 and above).

Angular Ivy is a new Angular renderer, which is radically different from anything we have seen in mainstream frameworks, because it uses incremental DOM. No, it is not yet released.