jw-分页
src/app/app.module.ts:49:5 中的错误 - 错误 NG6001:无法在 NgModule 中声明“JwPaginationComponent”,因为它不是当前编译的一部分。
ngx-分页
src/app/app.module.ts:49:5 中的错误 - 错误 NG6001:无法在 NgModule 中声明“NgxPaginationModule”,因为它不是当前编译的一部分。
jw-分页
src/app/app.module.ts:49:5 中的错误 - 错误 NG6001:无法在 NgModule 中声明“JwPaginationComponent”,因为它不是当前编译的一部分。
ngx-分页
src/app/app.module.ts:49:5 中的错误 - 错误 NG6001:无法在 NgModule 中声明“NgxPaginationModule”,因为它不是当前编译的一部分。
如果您的应用程序中没有声明,则不能在声明中声明任何内容 (在 app.module.ts 文件的 @NgModule 中)。
所以,
现在尝试 ng serve,它应该可以正常工作...