Skip to content

Commit 76a8acf

Browse files
committed
chore: Update styles configuration in angular.json and app.component.ts
1 parent 7acf380 commit 76a8acf

10 files changed

+6484
-6343
lines changed

angular.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
"projects": {
66
"learn-angular": {
77
"projectType": "application",
8-
"schematics": {
9-
"@schematics/angular:component": {
10-
"style": "scss"
11-
}
12-
},
8+
"schematics": {},
139
"root": "",
1410
"sourceRoot": "src",
1511
"prefix": "app",
@@ -24,15 +20,14 @@
2420
"zone.js"
2521
],
2622
"tsConfig": "tsconfig.app.json",
27-
"inlineStyleLanguage": "scss",
2823
"assets": [
2924
{
3025
"glob": "**/*",
3126
"input": "public"
3227
}
3328
],
3429
"styles": [
35-
"src/styles.scss"
30+
"src/styles.css"
3631
],
3732
"scripts": []
3833
},
@@ -83,15 +78,14 @@
8378
"zone.js/testing"
8479
],
8580
"tsConfig": "tsconfig.spec.json",
86-
"inlineStyleLanguage": "scss",
8781
"assets": [
8882
{
8983
"glob": "**/*",
9084
"input": "public"
9185
}
9286
],
9387
"styles": [
94-
"src/styles.scss"
88+
"src/styles.css"
9589
],
9690
"scripts": []
9791
}

0 commit comments

Comments
 (0)