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

前端 未结 7 1213
旧巷少年郎
旧巷少年郎 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:11

    It seems this ngx-tree-select library has not evolved with latest Angular versions. Maybe you should open a PR request or an issue on the repo.

提交回复
热议问题