启动我的应用程序会出现此错误:
Uncaught No provider for ApplicationRef!
ReflectiveInjector_._throwOrNull @ reflective_injector.js:786
ReflectiveInjector_._getByKeyDefault @ reflective_injector.js:814
ReflectiveInjector_._getByKey @ reflective_injector.js:777
ReflectiveInjector_.get @ reflective_injector.js:586
MeteorApp.bootstrap @ meteor_app.js:54
bootstrap @ bootstrap.js:9
meteorInstall.client.main.js @ main.ts:7
fileEvaluate @ install.js:153
require @ install.js:82
(anonymous function) @ volunteers.ts:95
这volunteers.ts:95
是我/collections/
文件夹中的最后一个文件。当我删除volunteers.ts
它时,它会跳转到该文件夹中的下一个最后一个文件。
我不确定该行上方的错误指的是什么。
建议?