moff / angular2-ladda

Angular 2 Ladda module
MIT License
97 stars 20 forks source link

angular 9 update #45

Closed rbalet closed 4 years ago

rbalet commented 4 years ago

After updating from angular 8 to 9

ERROR in Failed to compile entry-point angular2-ladda (main as commonjs) due to compilation errors:
node_modules/angular2-ladda/module/module.js:25:27 - error NG1010: Value at position 
0 in the NgModule.declarations of LaddaModule is not a reference: [object Object]    

25             declarations: [LaddaDirective],

image

theodorejb commented 4 years ago

I just published v3.0.0 with support for Angular 9. Can you try it out and close this issue if the problem is fixed?