|
|
|
@ -46,6 +46,21 @@ |
|
|
|
"inject": true, |
|
|
|
"bundleName": "fontawesome-v4-shims.min" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"input": "node_modules/@swimlane/ngx-datatable/index.css", |
|
|
|
"inject": true, |
|
|
|
"bundleName": "ngx-datatable-index" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"input": "node_modules/@swimlane/ngx-datatable/assets/icons.css", |
|
|
|
"inject": true, |
|
|
|
"bundleName": "ngx-datatable-icons" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"input": "node_modules/@swimlane/ngx-datatable/themes/material.css", |
|
|
|
"inject": true, |
|
|
|
"bundleName": "ngx-datatable-material" |
|
|
|
}, |
|
|
|
"src/styles.scss" |
|
|
|
], |
|
|
|
"scripts": [] |
|
|
|
|