upgrade dependencies (migrate to Angular 10)

This commit is contained in:
Alex Shnitman
2021-02-01 22:53:31 +02:00
parent 5b72fe1ba3
commit cb8f820d73
24 changed files with 23382 additions and 6625 deletions

11
.vscode/launch.json vendored
View File

@@ -9,8 +9,15 @@
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/app/main.py",
"env": {
"DOWNLOAD_DIR": "${env:USERPROFILE}/Downloads",
"windows": {
"env": {
"DOWNLOAD_DIR": "${env:USERPROFILE}/Downloads",
}
},
"osx": {
"env": {
"DOWNLOAD_DIR": "${env:HOME}/Downloads",
}
},
"console": "integratedTerminal"
}