Browse Source

chore: add ngx-datatable styles to app template

pull/4216/head
mehmet-erim 6 years ago
parent
commit
f5dd09128a
  1. 15
      templates/app/angular/angular.json

15
templates/app/angular/angular.json

@ -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": []

Loading…
Cancel
Save