Skip to content

Commit

Permalink
upgrade to Angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jhades committed May 25, 2021
1 parent 7b60130 commit d8e0b8d
Show file tree
Hide file tree
Showing 7 changed files with 6,452 additions and 7,415 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This repository contains the code of the [Angular Forms In Depth](https://angular-university.io/course/angular-forms-course) video course.

This course repository is updated to Angular v11:
This course repository is updated to Angular v12:

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

Expand Down
10 changes: 7 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -24,7 +23,13 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -38,7 +43,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down
Loading

0 comments on commit d8e0b8d

Please sign in to comment.