Questions tagged [angular-ivy]

Ivy is the code name for Angular's next-generation compilation and rendering pipeline. Use this tag for Angular questions which are specific to only the rendering engine.

Ivy is the code name for Angular's next-generation compilation and rendering pipeline. With the version 9 release of Angular, the new compiler and runtime instructions are used by default instead of the older compiler and runtime, known as View Engine.

213 questions
-1
votes
1 answer

Angular Ivy compiler error for production build

I am working on this Angular 8 application and I am getting the following error while trying to create production build by running ng build --prod. ERROR in Unable to write a reference to DxiItemComponent in…
yuva
  • 3,108
  • 4
  • 20
  • 35
-2
votes
2 answers

downsides of using Ivy in Angular?

Everyone is talking about Ivy for Angular compilation. All I have heard is good things about it. Are there any downsides? like something I should be aware of before using it?
Patricio Vargas
  • 5,236
  • 11
  • 49
  • 100
-3
votes
1 answer

Angular 8 create custom elements with Ivy

I need to create a custom element (web component) using angular 8 enabling ivy. to used with an anther framework, is there any proper documentation for that?
Jayampathy Wijesena
  • 1,670
  • 1
  • 18
  • 26
1 2 3
14
15