HalitTalha / ng-material-extensions

Extended features for @angular/material components
Apache License 2.0
101 stars 52 forks source link

Error ng build --prod #54

Closed rezassss closed 4 years ago

rezassss commented 4 years ago

Cannot determine the module for class CdkDetailRowDirective in E:/Angular/opr/src/app/main/laporan/laporan-selisih-tonase-per-kontrak/cdk-detail-row.directive.ts! Add CdkDetailRowDirective toutSub the NgModule to fix it

HalitTalha commented 4 years ago

This doesn't seem related with exporter or filter. Could you post some more details?

felipepbeling commented 4 years ago

Same error for me

sameerjadhav169 commented 4 years ago

If you are using Angular version below 9 you should use mat-table-exporter@1.2.5. use this -> npm install --save mat-table-exporter@1.2.5

if you already installed mat-table-exporter, uninstall it. first uninstall mat-table exporter and then uninstall cdk-table-exporter. and then install mat-table-exporter@1.2.5 using above command.

source - https://github.com/HalitTalha/mat-table-extensions/issues/49

hope it will help, cheers!!

HalitTalha commented 4 years ago

Closing due to inactivity and lack of details.