API: Use noOptions for parameters
Move config.service to _services/ Rationalise bootstrap and conf (WIP) Fix auth: - Add HTTP interceptor - Bootstrap after login/logout Some cleanups
This commit is contained in:
parent
8593d0b5cd
commit
4eb4c0d0dd
29 changed files with 223 additions and 296 deletions
|
@ -17,7 +17,7 @@
|
|||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
"generate-client": "openapi --input http://127.0.0.1:5000/openapi.json --output ./src/app/openapi --client angular --useOptions --useUnionTypes",
|
||||
"generate-client": "openapi --input http://127.0.0.1:5000/openapi.json --output ./src/app/openapi --client angular --useUnionTypes",
|
||||
"source-map-explorer": "source-map-explorer dist/*.js"
|
||||
},
|
||||
"licenses": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue