Skip to content

Commit 86c9a15

Browse files
committed
Angular Forms Course
1 parent 1650e80 commit 86c9a15

11 files changed

+3550
-3254
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 Forms In Depth](https://angular-university.io/course/angular-forms-course) video course.
55

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

88
![Angular Forms In Depth](https://angular-university.s3-us-west-1.amazonaws.com/course-images/angular-forms-course-small.jpg)
99

angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"optimization": true,
3838
"outputHashing": "all",
3939
"sourceMap": false,
40-
"extractCss": true,
4140
"namedChunks": false,
4241
"aot": true,
4342
"extractLicenses": true,

e2e/tsconfig.e2e.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.base.json",
2+
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/e2e",
55
"baseUrl": "./",

0 commit comments

Comments
 (0)