Browse Source
Merge pull request #7324 from abpframework/fix/7303
Updated styles in test projects of angular templates
pull/7325/head
Mehmet Erim
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
16 additions and
17 deletions
-
templates/app/angular/angular.json
-
templates/module/angular/angular.json
|
|
|
@ -121,22 +121,13 @@ |
|
|
|
"karmaConfig": "karma.conf.js", |
|
|
|
"assets": ["src/favicon.ico", "src/assets"], |
|
|
|
"styles": [ |
|
|
|
{ |
|
|
|
"input": "node_modules/bootstrap/dist/css/bootstrap.min.css", |
|
|
|
"inject": true, |
|
|
|
"bundleName": "bootstrap.min" |
|
|
|
}, |
|
|
|
"src/styles.scss", |
|
|
|
{ |
|
|
|
"input": "node_modules/@fortawesome/fontawesome-free/css/all.min.css", |
|
|
|
"inject": false, |
|
|
|
"bundleName": "fontawesome-all.min" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"input": "node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css", |
|
|
|
"inject": false, |
|
|
|
"bundleName": "fontawesome-v4-shims.min" |
|
|
|
} |
|
|
|
"node_modules/bootstrap/dist/css/bootstrap.min.css", |
|
|
|
"node_modules/@fortawesome/fontawesome-free/css/all.min.css", |
|
|
|
"node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css", |
|
|
|
"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" |
|
|
|
], |
|
|
|
"scripts": [] |
|
|
|
} |
|
|
|
|
|
|
|
@ -159,7 +159,15 @@ |
|
|
|
"tsConfig": "projects/dev-app/tsconfig.spec.json", |
|
|
|
"karmaConfig": "projects/dev-app/karma.conf.js", |
|
|
|
"assets": ["projects/dev-app/src/favicon.ico", "projects/dev-app/src/assets"], |
|
|
|
"styles": ["projects/dev-app/src/styles.scss"], |
|
|
|
"styles": [ |
|
|
|
"node_modules/bootstrap/dist/css/bootstrap.min.css", |
|
|
|
"node_modules/@fortawesome/fontawesome-free/css/all.min.css", |
|
|
|
"node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css", |
|
|
|
"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" |
|
|
|
], |
|
|
|
"scripts": [] |
|
|
|
} |
|
|
|
}, |
|
|
|
|