小编amo*_*onu的帖子

从 Angular 8 迁移后的 Angular 9 编译错误

我将我的 angular 应用程序从版本 8 迁移到 9。运行 ng serve --open 后,我的应用程序在浏览器中打开并卡在加载屏幕上,控制台窗口中出现此错误:

`

core.js:610 Uncaught Error: Angular JIT compilation failed: '@angular/compiler' not loaded!
  - JIT compilation is discouraged for production use-cases! Consider AOT mode instead.
  - Did you bootstrap using '@angular/platform-browser-dynamic' or '@angular/platform-server'?
  - Alternatively provide the compiler with 'import "@angular/compiler";' before bootstrapping.
    at getCompilerFacade (core.js:610)
    at Function.get (core.js:38351)
    at getNgModuleDef (core.js:2195)
    at assertNgModuleType (core.js:2933)
    at compileNgModuleFactory__POST_R3__ (core.js:41373)
    at PlatformRef.bootstrapModule (core.js:41740)
    at Module../src/main.ts (main.ts:11)
    at __webpack_require__ (bootstrap:79)
    at Object.0 (main.ts:13)
    at __webpack_require__ …
Run Code Online (Sandbox Code Playgroud)

angular angular9

10
推荐指数
1
解决办法
5104
查看次数

标签 统计

angular ×1

angular9 ×1