没有CompilerFactory的提供者

时间:2020-02-26 05:24:10

标签: angular angular9

我对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

0 个答案:

没有答案