Skip to content

Commit 8865df3

Browse files
authored
Update README.md
1 parent cbb5334 commit 8865df3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,18 @@ Check out the [demo](https://ggmod.github.io/angular-2-data-table-demo) and its
2323
## Prodaction (Minification)
2424
Some times can be some problam with it. to fix it
2525
use import like this
26+
2627
`import { DataTableModule } from 'angular-4-data-table/src/index';`
28+
2729
add in .angular-cli.json
30+
2831
`"scripts": [
2932
"../node_modules/angular-4-data-table/dist/index.js"
3033
],`
34+
3135
and for prodaction build use
36+
3237
`ng build --prod`
3338

34-
3539
#### Licensing
3640
MIT License

0 commit comments

Comments
 (0)