【发布时间】:2021-01-17 05:57:02
【问题描述】:
我正在尝试为我的 Angular 5 webappp 使用 ng-block-ui (https://www.npmjs.com/package/ng-block-ui),当我启动任何应用程序时安装后我会收到这个
ERROR in node_modules/ng-block-ui/block-ui.module.d.ts(8,49): error TS2315: Type 'ModuleWithProviders' is not generic.
Failed to compile
我发现类似 'Type 'ModuleWithProviders' is not generic' 错误的文章版本不匹配(通常怀疑),但不确定对于这个 npm 模块,我应该在 Angular 5 中使用哪个版本?
【问题讨论】:
标签: angular npm node-modules npm-install