JDT Web

Results 1 comments of JDT Web

Was having the same issue use AshwinDeva fix but with a slight change: in index.d.ts file of angular-2-data-table: replaced export declare class DataTableModule { } with: import { NgModule }...