Skip to content

Commit

Permalink
Upgraded to Angular 10
Browse files Browse the repository at this point in the history
  • Loading branch information
codeglitchz committed Sep 21, 2020
1 parent 55e40d1 commit bdb8d8b
Show file tree
Hide file tree
Showing 6 changed files with 3,542 additions and 1,809 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
* [CMake](https://cmake.org/download/)
* [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019)
* [Miniconda](https://docs.conda.io/en/latest/miniconda.html) for Python v3.7+
* [Node.js LTS](https://nodejs.org/en/) v12.8.0+ (npm v6.14.4+)
* [Angular CLI](https://cli.angular.io/) v9.1.8+
* [Node.js LTS](https://nodejs.org/en/) v12.8.3+ (npm v6.14.6+)
* [Angular CLI](https://cli.angular.io/) v10.1.2+

## Installation

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"target": "es2018",
"types": [
"jasmine",
"jasminewd2",
Expand Down
Loading

0 comments on commit bdb8d8b

Please sign in to comment.