I am currently in the process of upgrading my Angular application from version 8 to 11, but I encountered the following error:
Uncaught TypeError: Class extends value undefined is not a constructor or null
at Module.4lR8 (main.js:sourcemap:59)
at __webpack_require__ (runtime.js:sourcemap:80)
at Module.etL5 (main.js:sourcemap:3115)
at __webpack_require__ (runtime.js:sourcemap:80)
at Module.A3+G (main.js:sourcemap:1039)
at __webpack_require__ (runtime.js:sourcemap:80)
at Module.ct+p (main.js:sourcemap:3011)
at __webpack_require__ (runtime.js:sourcemap:80)
at Module.ZAI4 (main.js:sourcemap:2897)
at __webpack_require__ (runtime.js:sourcemap:80)
Could someone please help provide a solution for this issue?
Below are the details of the Angular framework versions being used:
Angular CLI: 11.2.12
Node: 10.16.3
OS: win32 x64
Angular: 11.2.13
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1102.12
@angular-devkit/build-angular 0.1102.12
@angular-devkit/core 11.2.12
@angular-devkit/schematics 11.2.12
@angular/cdk 11.2.12
@angular/cli 11.2.12
@angular/http 7.2.15
@schematics/angular 11.2.12
@schematics/update 0.1102.12
ng-packagr 11.0.0
rxjs 6.6.7
typescript 4.0.2