Skip to content

Commit

Permalink
fix(angular): upgrade angular version to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchoolur committed Jun 10, 2021
1 parent e7cc224 commit 1d5ad1e
Show file tree
Hide file tree
Showing 9 changed files with 12,699 additions and 15,850 deletions.
12 changes: 9 additions & 3 deletions lightgallery-angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"main": "projects/angular-demo/src/main.ts",
"polyfills": "projects/angular-demo/src/polyfills.ts",
"tsConfig": "projects/angular-demo/tsconfig.app.json",
"aot": true,
"assets": [
"projects/angular-demo/src/favicon.ico",
"projects/angular-demo/src/assets"
Expand All @@ -31,7 +30,13 @@
"projects/angular-demo/src/styles.scss"
],
"scripts": [
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -61,7 +66,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit 1d5ad1e

Please sign in to comment.