Browse Source

Merge pull request #7326 from abpframework/fix/7303

Fixed path for dev-app styles
pull/7327/head
Mehmet Erim 5 years ago
committed by GitHub
parent
commit
faaf2427be
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/module/angular/angular.json

2
templates/module/angular/angular.json

@ -166,7 +166,7 @@
"node_modules/@swimlane/ngx-datatable/index.css",
"node_modules/@swimlane/ngx-datatable/assets/icons.css",
"node_modules/@swimlane/ngx-datatable/themes/material.css",
"src/styles.scss"
"projects/dev-app/src/styles.scss"
],
"scripts": []
}

Loading…
Cancel
Save