我对NullInjectorError: No provier for CompilerFactory after updating to angular 9有同样的问题。
我尝试将帖子中的建议从
platformBrowser().bootstrapModule(AppModule)
至platformBrowser().bootstrapModuleFactory(AppModule)
。但是,我在终端中收到一个新错误,如下所示:
Argument of type 'typeof AppModule' is not assignable to parameter of type 'NgModuleFactory<unknown>'.
Type 'typeof AppModule' is missing the following properties from type 'NgModuleFactory<unknown>': moduleType, create.
我使用的版本是angular 9和打字稿3.6.4