我的应用程序在AoT中工作正常但是当切换到JIT时,我得到:
Uncaught Error: Unexpected value 'undefined' imported by the module
当我设置断点并检查它时,模块是否未定义。未定义的模块将按原样导入:
import { SharedComponentModule } from '@app/components';
@ app / components在typecript路径中定义,如下所示:
...
"@app/components": [
"app/core/components/index"
],
出口模具的桶:
...
export { SharedComponentModule } from './shared-component.module';
答案 0 :(得分:0)
此解决方案可能会引用此answer
根模块主要存在问题。