You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This likely means that the library (@ngx-gallery) which declares NgxGalleryModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy #340
I am trying to make the gallery run on Angular 14, but it keeps on saying that it hasn't been processed by ngcc or is not compatible with Angular Ivy.
I tried
npm cache clean --force
and then running
npm i
but nothing changed.
Are you going to support this for higher Angular versions?