Top "Angular-ivy" questions

Ivy is the code name for Angular's next-generation compilation and rendering pipeline.

Want to upgrade project from Angular v5 to Angular v6

As Angular 6 is here, I want to upgrade or move my angular 5 client application to angular 6, but I'm not getting …

angular migration upgrade angular-ivy
This constructor is not compatible with Angular Dependency Injection because its dependency at index 0 of the parameter list is invalid

In my Angular 9 app, I have an abstract class: export abstract class MyAbstractComponent { constructor( protected readonly cd: ChangeDetectorRef, ) { super(); } // ... } and …

angular typescript angular-test angular-ivy angular-dependency-injection
Angular 9 "Error: This constructor was not compatible with Dependency Injection."

This weird error, that I don't remember seeing pre-Ivy, has popped up in the setup of a new app created …

angular jasmine angular-ivy
error NG6002: Appears in the NgModule.imports of <module>, but could not be resolved to an NgModule class

I just updated from Angular 8.2 to 9. Everything works well if I disable ivy, but when it's enabled I'm getting a …

angular angular-ivy
Value at position 0 while updating from Angular 8 to 9

I was updating my project from Angular 8 to 9 when after following the update guide (+ running npm update) on update.angular.…

angular typescript angular-ivy
Cannot combine @Input decorators with query decorators using Ivy

I have migrated my angular 7 app to 8.0.0 and i'am now trying the new compiler ivy. The app works perfectly without …

angular angular-ivy angular-tree-component
Angular 10 Libraries and IVY/ngcc Compatibility

I have a library that needs to be distributed via npm. The recommendation for Angular 10 still seems to be that …

javascript angular typescript angular-ivy
error TS5023: Unknown compiler option 'enableIvy'

I am trying to add IVY to my angular 7 beta project. So, I added enableIvy: true to src/tsconfig.app.…

angular typescript angular7 angular-ivy