Konstantina Galouni
0e8c5832bb
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). |
||
---|---|---|
.. | ||
full-screen-modal | ||
alert.ts | ||
alertModal.module.ts | ||
loading.component.ts | ||
loadingModal.module.ts | ||
modal.module.ts | ||
open.component.ts | ||
selectModal.component.ts | ||
selectModal.module.ts |