1.

What Is Ivy Rendering Engine In Angular 7?

Answer»

Ivy Rendering Engine :

The Ivy rendering engine is a new backwards-compatible Angular renderer main focused on the FOLLOWING.

  • Speed Improvements
  • Size Reduction
  • Increased Flexibility

The template functions for CREATING dynamically VIEWS are no longer nested functions inside each other.

Now we use for loops that are nested inside other loops.

Example:

functionAppComponent(RF: RenderFlags, ctx: AppComponent) {

functionulTemplateFun(rf1: RenderFlags, ctx0: any) {

functionliTemplateFun(rf1: RenderFlags, ctx1: any) {...}

}

}

Ivy Rendering Engine :

The Ivy rendering engine is a new backwards-compatible Angular renderer main focused on the following.

The template functions for creating dynamically views are no longer nested functions inside each other.

Now we use for loops that are nested inside other loops.

Example:

functionAppComponent(rf: RenderFlags, ctx: AppComponent) {

functionulTemplateFun(rf1: RenderFlags, ctx0: any) {

functionliTemplateFun(rf1: RenderFlags, ctx1: any) {...}

}

}



Discussion

No Comment Found