Skip to content

Commit

Permalink
chore(demo): update demo to Angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed May 26, 2021
1 parent bec4e4a commit 53622df
Show file tree
Hide file tree
Showing 7 changed files with 29,608 additions and 25,476 deletions.
13 changes: 10 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,15 @@
"main": "projects/demo/src/main.ts",
"polyfills": "projects/demo/src/polyfills.ts",
"tsConfig": "projects/demo/tsconfig.app.json",
"aot": true,
"assets": ["projects/demo/src/favicon.ico", "projects/demo/src/assets"],
"styles": ["projects/demo/src/styles.scss"],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -133,7 +138,9 @@
"options": {
"outputPath": "dist/demo/server",
"main": "projects/demo/server.ts",
"tsConfig": "projects/demo/tsconfig.server.json"
"tsConfig": "projects/demo/tsconfig.server.json",
"sourceMap": true,
"optimization": false
},
"configurations": {
"production": {
Expand Down
Loading

0 comments on commit 53622df

Please sign in to comment.