Skip to content

Commit

Permalink
Angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRClark committed May 7, 2022
1 parent d9cf83e commit a0c67fc
Show file tree
Hide file tree
Showing 7 changed files with 4,792 additions and 5,001 deletions.
94 changes: 4 additions & 90 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions component/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -27,7 +26,13 @@
"node_modules/font-awesome/css/font-awesome.css",
"src/styles.css"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -57,7 +62,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit a0c67fc

Please sign in to comment.