Skip to content

Commit

Permalink
Upgrade to Angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
fvilers committed Jun 15, 2021
1 parent addca5b commit 3b334c8
Show file tree
Hide file tree
Showing 7 changed files with 8,022 additions and 6,723 deletions.
16 changes: 10 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"@schematics/angular:interceptor": {
"skipTests": true
},
"@schematics/angular:module": {
"skipTests": true
},
"@schematics/angular:module": {},
"@schematics/angular:pipe": {
"skipTests": true
},
Expand All @@ -46,13 +44,18 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.css"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -82,7 +85,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit 3b334c8

Please sign in to comment.