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
I cloned the project and changed the anguar.json builder from
@angular-devkit/build-angular:browser to @angular-devkit/build-angular:browser-esbuild
After build and run, I got this error on browser:
main.ts:11 ERROR TypeError: FusionChartsModules is not a function
at fusioncharts.service.ts:55:11
at Array.forEach (<anonymous>)
at _a45.resolveFusionCharts (fusioncharts.service.ts:48:15)
at new _a45 (fusioncharts.service.ts:37:10)
at NodeInjectorFactory._a45_Factory [as factory] (ɵfac.js:1:1)
at getNodeInjectable (core.mjs:5984:44)
at searchTokensOnInjector (core.mjs:5911:16)
at lookupTokenUsingNodeInjector (core.mjs:5860:34)
at getOrCreateInjectable (core.mjs:5772:23)
at ɵɵdirectiveInject (core.mjs:11050:19)
Since ESBuild is the default Angular Build, we need some attention in this issue as soon as possible.
The text was updated successfully, but these errors were encountered:
I cloned the project and changed the anguar.json builder from
@angular-devkit/build-angular:browser
to@angular-devkit/build-angular:browser-esbuild
After build and run, I got this error on browser:
Since ESBuild is the default Angular Build, we need some attention in this issue as soon as possible.
The text was updated successfully, but these errors were encountered: