moff / angular2-ladda

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

An unhandled exception occurred: NGCC failed. in Angular 9 #51

Closed govi2010 closed 3 years ago

govi2010 commented 3 years ago

using latest angular2-ladda with angular 9 and follow all change log and config still facing issues from package. angular-version: 9.1.12 ladda: ^2.0.1 angular2-ladda: ^3.1.0

image

theodorejb commented 3 years ago

@govi2010 The latest version of angular2-ladda was built with Angular 11, so if you're still using Angular 9 that could be the problem. For Angular 9 you probably need to install version "3.1.0", not "^3.1.0" (which will install 3.1.1).