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
When compiling an angular app in version 13 or newer, you'll see warnings for libs that require ngcc for compilation. In the case of ngx script loader, it looks like this:
- ngx-script-loader [es2015/esm2015] (git+https://github.com/muratcorlu/ngx-script-loader.git)
Encourage the library authors to publish an Ivy distribution.
It should be as simple as upgrading the repo to ng 13 or newer, and re-publishing. I maintain and angular lib, here is the PR that made this change if you are interested: inorganik/ngx-countUp#68
The text was updated successfully, but these errors were encountered:
When compiling an angular app in version 13 or newer, you'll see warnings for libs that require ngcc for compilation. In the case of ngx script loader, it looks like this:
It should be as simple as upgrading the repo to ng 13 or newer, and re-publishing. I maintain and angular lib, here is the PR that made this change if you are interested: inorganik/ngx-countUp#68
The text was updated successfully, but these errors were encountered: