Add loading component 21/821/3
authorjh245g <jh245g@att.com>
Wed, 28 Aug 2019 13:32:20 +0000 (09:32 -0400)
committerjh245g <jh245g@att.com>
Wed, 4 Sep 2019 14:18:25 +0000 (10:18 -0400)
commit492897ca754d470da3cbbc31eb49caea8fa7fe2c
tree93712042b9278edc1ba68871d7e2151c2b9fb98c
parent749749f288de7ef42e3d1507c7f07a4453a774b4
Add loading component

Create loading-dialog component and service
Showing the loading-dialog while making API call
Add notification and error handling for xapp configuration

Change-Id: I6366c07d63055057fdc45036b56a2fcbfff04487
Signed-off-by: Jun (Nicolas) Hu <jh245g@att.com>
15 files changed:
docs/release-notes.rst
webapp-frontend/src/app/anr-xapp/anr-xapp.component.ts
webapp-frontend/src/app/app-configuration/app-configuration.component.ts
webapp-frontend/src/app/app-control/app-control.component.ts
webapp-frontend/src/app/catalog/catalog.component.ts
webapp-frontend/src/app/ran-control/ran-connection-dialog.component.ts
webapp-frontend/src/app/ran-control/ran-control.component.ts
webapp-frontend/src/app/rd.module.ts
webapp-frontend/src/app/services/app-mgr/app-mgr.service.ts
webapp-frontend/src/app/services/ui/loading-dialog.service.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/services/ui/loading-dialog.service.ts [new file with mode: 0644]
webapp-frontend/src/app/ui/loading-dialog/loading-dialog.component.html [new file with mode: 0644]
webapp-frontend/src/app/ui/loading-dialog/loading-dialog.component.scss [new file with mode: 0644]
webapp-frontend/src/app/ui/loading-dialog/loading-dialog.component.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/ui/loading-dialog/loading-dialog.component.ts [new file with mode: 0644]