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 am getting this error after I upgraded my nx angular app from 11 to 15 and @angular-slider/ngx-slider from "^2.0.3" to "^15.0.1".
ERROR Error: Uncaught (in promise): Error: Cannot read properties of undefined (reading 'Directive')
Evaluating http://localhost:5000/shared.js
Loading http://localhost:5000/shared.js
TypeError: Cannot read properties of undefined (reading 'Directive')
at ./node_modules/@angular-slider/ngx-slider/fesm2020/angular-slider-ngx-slider.mjs (angular-slider-ngx-slider.mjs:551:1)
at __webpack_require__ (bootstrap:24:1)
at fn (hot module replacement:61:1)
at ./libs/shared/src/lib/grid/components/dummy-one.component.ts (dummy-two.component.ts:69:1)
at __webpack_require__ (bootstrap:24:1)
at fn (hot module replacement:61:1)
at ./libs/shared/src/index-ng.ts (universalModuleDefinition:11:1)
at __webpack_require__ (bootstrap:24:1)
at fn (hot module replacement:61:1)
at ./libs/shared/src/index.ts (index-ng.ts:391:1)
at __webpack_require__ (bootstrap:24:1)
at eval (startup:6:1)
at eval (startup:6:1)
at i (nmp-loader.umd.js:4:41792)
at j (nmp-loader.umd.js:4:7589)
I am getting this error after I upgraded my nx angular app from 11 to 15 and @angular-slider/ngx-slider from "^2.0.3" to "^15.0.1".
Line 551 of angular-slider-ngx-slider.mjs file
Here is my package.json snippet
Here is my tsconfig.app.json
and here is the tsconfig.web-server.json code
The text was updated successfully, but these errors were encountered: