Added error handling and now possible to post employees

This commit is contained in:
Erik Tiekstra
2021-05-12 10:34:10 +02:00
parent eb18ea03a2
commit e21757b8e8
31 changed files with 27107 additions and 203 deletions

View File

@@ -22,6 +22,7 @@
"@dafa-directives/*": ["apps/dafa-web/src/app/directives/*"],
"@dafa-enums/*": ["apps/dafa-web/src/app/data/enums/*"],
"@dafa-services/*": ["apps/dafa-web/src/app/services/*"],
"@dafa-interceptors/*": ["apps/dafa-web/src/app/interceptors/*"],
"@dafa-utils/*": ["apps/dafa-web/src/app/utils/*"],
"@dafa-validators/*": ["apps/dafa-web/src/app/utils/validators/*"],
"@dafa-environment": ["apps/dafa-web/src/environments/environment"]