Skip to content

Commit

Permalink
updated angular material
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzschoff committed May 25, 2021
1 parent db39c2f commit d8c0348
Show file tree
Hide file tree
Showing 9 changed files with 4,280 additions and 4,246 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 6.0.0
Supporting Angular 12.

## 5.0.2
Fixed typing in syncWithRouter function. Thanks to @randallmeeker for the bug report.

Expand Down
10 changes: 7 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -31,7 +30,13 @@
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -45,7 +50,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down
Loading

0 comments on commit d8c0348

Please sign in to comment.