Skip to content

Commit 8f615ed

Browse files
committed
chore: bump Angular to 21.1
- remove zone.js from dependencies - Add a signal example
1 parent 0532ff4 commit 8f615ed

File tree

4 files changed

+1881
-2332
lines changed

4 files changed

+1881
-2332
lines changed

angular/angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"sourceMap": true
1818
},
1919
"production": {
20-
"aot": true,
2120
"extractLicenses": true,
2221
"namedChunks": false,
2322
"optimization": true,
@@ -30,7 +29,7 @@
3029
"index": "src/index.html",
3130
"browser": "src/main.ts",
3231
"outputPath": "dist/demo",
33-
"polyfills": ["zone.js"],
32+
"polyfills": [],
3433
"scripts": [],
3534
"styles": ["src/global_styles.css"],
3635
"tsConfig": "tsconfig.app.json"

0 commit comments

Comments
 (0)