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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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": [] |
|
|
|
} |
|
|
|
|