Angular error - Generic type 'ModuleWithProviders' requires 1 type argument(s)

前端 未结 7 1179
旧巷少年郎
旧巷少年郎 2020-12-07 01:01

After upgrading from Angular version 8 to 10.

Running the - ng serve command gives me error -

ERROR in node_modules/ngx-tree-select/src/module.d.ts:11:56 - err

相关标签:
7条回答
  • 2020-12-07 01:33

    You just need to specify the type (the name of the module class) between ModuleWithProviders

    0 讨论(0)
提交回复
热议问题