Skip to content

Commit 77a89a4

Browse files
committed
upgrade to Angular 12
1 parent 0bc1714 commit 77a89a4

File tree

8 files changed

+6438
-7320
lines changed

8 files changed

+6438
-7320
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This repository contains the code of the [Angular Core Deep Dive](https://angular-university.io/course/angular-course).
55

6-
This course repository is updated to Angular v11:
6+
This course repository is updated to Angular v12:
77

88
![Angular Core Deep Dive](https://s3-us-west-1.amazonaws.com/angular-university/course-images/angular-core-in-depth-small.png)
99

angular.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"build": {
2222
"builder": "@angular-devkit/build-angular:browser",
2323
"options": {
24-
"aot": true,
2524
"outputPath": "dist/angular-course",
2625
"index": "src/index.html",
2726
"main": "src/main.ts",
@@ -47,7 +46,13 @@
4746
"input": "node_modules/document-register-element/build/document-register-element.js",
4847
"inject": true
4948
}
50-
]
49+
],
50+
"vendorChunk": true,
51+
"extractLicenses": false,
52+
"buildOptimizer": false,
53+
"sourceMap": true,
54+
"optimization": false,
55+
"namedChunks": true
5156
},
5257
"configurations": {
5358
"production": {
@@ -67,13 +72,11 @@
6772
"outputHashing": "all",
6873
"sourceMap": false,
6974
"namedChunks": false,
70-
"aot": true,
7175
"extractLicenses": true,
7276
"vendorChunk": false,
7377
"buildOptimizer": true
7478
},
7579
"fr": {
76-
"aot": true,
7780
"budgets": [
7881
{
7982
"type": "anyComponentStyle",

0 commit comments

Comments
 (0)