我正在使用angular-quickstart-lib制作我的自定义模块。当我运行集成脚本时,它会抛出错误:
错误:静态解析符号值时遇到错误。不支持函数调用。考虑将函数或 lambda 替换为对导出函数的引用(原始 .ts 文件中的位置 15:23),解析 D:/Projects/Playground/ng-yandex-metrika/integration/node_modules/ng 中的符号 MetrikaModule.forRoot -yandex-metrika/ng-yandex-metrika.d.ts,解析D中的符号AppModule:/Projects/Playground/ng-yandex-metrika/integration/src/app/app.module.ts,解析D中的符号AppModule :/项目/游乐场/ng-yandex-metrika/integration/src/app/app.module.ts
我的回购在这里。您可以在此处查看模块并在此处查看集成测试。要运行集成测试,有 command 。谁能说出为什么会发生这个错误?npm run integration:aot
关于stackoverflow有很多问题,但他们没有帮助。我也见过这个。