Skip to content

Commit e87e83d

Browse files
committed
upgrade to Angular 9
1 parent 66458db commit e87e83d

File tree

7 files changed

+7855
-3696
lines changed

7 files changed

+7855
-3696
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This repository contains the code of the [Angular Testing Course](https://angular-university.io/course/angular-testing-course).
55

6-
This course repository is updated to Angular v8, and there is a package-lock.json file available, for avoiding semantic versioning installation issues.
6+
This course repository is updated to Angular v9, and there is a package-lock.json file available, for avoiding semantic versioning installation issues.
77

88
![Angular Testing Course](https://s3-us-west-1.amazonaws.com/angular-university/course-images/angular-testing-small.png)
99

angular.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"build": {
1212
"builder": "@angular-devkit/build-angular:browser",
1313
"options": {
14+
"aot": true,
1415
"outputPath": "dist",
1516
"index": "src/index.html",
1617
"main": "src/main.ts",
@@ -27,6 +28,12 @@
2728
},
2829
"configurations": {
2930
"production": {
31+
"budgets": [
32+
{
33+
"type": "anyComponentStyle",
34+
"maximumWarning": "6kb"
35+
}
36+
],
3037
"optimization": true,
3138
"outputHashing": "all",
3239
"sourceMap": false,
@@ -122,10 +129,13 @@
122129
"defaultProject": "angular-testing-course",
123130
"schematics": {
124131
"@schematics/angular:component": {
125-
"styleext": "scss"
132+
"style": "scss"
126133
},
127134
"@schematics/angular:directive": {
128135
"prefix": ""
129136
}
137+
},
138+
"cli": {
139+
"analytics": "6dd2fc52-134c-41a4-bd54-89b160f1c524"
130140
}
131-
}
141+
}

0 commit comments

Comments
 (0)