我正在尝试使用 ngx-datatable,安装后出现编译错误。自过去几个小时以来,我一直在搜索这个问题,但不知道是什么原因造成的。
npm install@swimlane/ngx-datatable
app.module.ts
import { NgxDatatableModule } from '@swimlane/ngx-datatable
imports: [
NgxDatatableModule,
BrowserModule]
HTML :
<ngx-datatable
class="material striped"
[rows]="rows"
[columns]="columns">
</ngx-datatable>
感谢帮助。
最佳答案
这是他们 Github 页面上的问题:https://github.com/swimlane/ngx-datatable/issues/927
似乎更新到 Typescript 2.4 可能会解决问题(对我来说确实如此)。当然,请记住,应该根据您使用的工具在 npm 和/或 Visual Studio 中更新它。
关于angular - ngx-table angular2 泳道 com 编译问题,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/45820996/