demurius
Results
1
comments of
demurius
Try adding `@NgModule` annotation to dist/index.d.ts file: `@NgModule({}) export declare class DataTableModule { }` You will also need to `import { NgModule } from '@angular/core';` to make this work Hope...