Skip to content

Commit 9053c54

Browse files
committed
chore: update package version and dependencies
- Changed package version from 2.5.0 to 0.0.0. - Updated Angular dependencies to version 19.2.0. - Updated Angular CLI and build tools to version 19.2.12. - Updated TypeScript version to 5.7.2. - Updated jasmine-core version to 5.6.0. - Removed unused app.component.scss file. - Changed app.component.ts to use app.component.css instead of app.component.scss. - Updated index.html title and removed unnecessary meta tags. - Removed styles.scss file and created styles.css for global styles. - Adjusted tsconfig.json to remove sourceMap and declaration options.
1 parent 8307dae commit 9053c54

File tree

8 files changed

+3055
-2385
lines changed

8 files changed

+3055
-2385
lines changed

angular.json

Lines changed: 5 additions & 11 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
},
@@ -46,8 +41,8 @@
4641
},
4742
{
4843
"type": "anyComponentStyle",
49-
"maximumWarning": "2kB",
50-
"maximumError": "4kB"
44+
"maximumWarning": "4kB",
45+
"maximumError": "8kB"
5146
}
5247
],
5348
"outputHashing": "all"
@@ -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)