File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11## Angular 4 Data Table
22
3- It is fork of this package [ https://github.com/ggmod/angular-2-data-table ] (https://github.com/ggmod/angular-2-data-table )
3+ This is fork of package [ https://github.com/ggmod/angular-2-data-table ] (https://github.com/ggmod/angular-2-data-table )
44
55A simple Angular 4 data table, with built-in solutions for features including:
66
@@ -22,13 +22,13 @@ Demo for pagination with seperate page numbers will be added soon
2222## Installing:
2323` npm install angular-4-data-table --save `
2424
25- ## Prodaction (Minification)
26- Some times can be some problam with it. to fix it
27- use import like this
25+ ## Production (Minification)
26+ Some times this can cause problems.
27+ To fix it use import like this
2828
2929` import { DataTableModule } from 'angular-4-data-table'; `
3030
31- and for prodaction build use
31+ and for production build use
3232
3333` ng build --prod --aot=false `
3434
You can’t perform that action at this time.
0 commit comments