ggmod / angular-2-data-table-demo

Demo application and examples for the Angular 2 data table (https://github.com/ggmod/angular-2-data-table)
MIT License
29 stars 97 forks source link

Error with moduleId string #10

Open maestroanth opened 7 years ago

maestroanth commented 7 years ago

If this helps anyone from having to do a Google search, going through and commenting out moduleId: string; lines helped me get this puppy to run in one of my components in Angular 4 if you get that compiling error it is expecting a string.

Thank you for the kind contribution author!