[Aggregator & Library| new-theme]: Use <modal-alert> common component in transferData.component.ts instead of uk-modal.
1. transferData.module.ts: Imported AlertModalModule. 2. transferData.component.ts: Use <modal-alert> common component instead of uk-modal | Comment logs. 3 alert.ts: a. Added "@Input() public emitHidden: boolean = false;" and " @Output() public alertHidden: EventEmitter<any> = new EventEmitter();" b. On ngAfterViewInit, if emitHidden is true, check when modal is hidden and emit alertHidden (currently used only in transferData.component.ts to reinitialize local fields and route).
This commit is contained in:
parent
68ef4a96b9
commit
44ed7c37f8
|
@ -1 +1 @@
|
||||||
Subproject commit 4db983a91dd176ef64e05e8def82a9e173f4bd4c
|
Subproject commit 0e8c5832bb886f6fbedfe2dcb9065849f20a9a5f
|
|
@ -1 +1 @@
|
||||||
Subproject commit e7f2543b7a01368a09f9100c001fe7fb76018658
|
Subproject commit 7cb184f4f8dd1d0e0b75ce414e24c81ef42ed426
|
Loading…
Reference in New Issue