0.0.2 • Published 12 months ago

irisa-delete-confirm v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

onAddressInformationDeleteClick(id: number, title: string) { const deleteModal = this.modalService.open(DeleteConfirmComponent, { size: 'sm', centered: true }); deleteModal.componentInstance.id = id; deleteModal.componentInstance.url = "AddressInformation/Delete"; deleteModal.componentInstance.title = this.translate.instant('DeleteTitle'); deleteModal.componentInstance.text = this.translate.instant('DeleteText', { title: title }); deleteModal.componentInstance.queryParams = { parentId: this.model.parentId }; deleteModal.result.then( () => null, //close feedback () => null //dismiss feedback ); }

0.0.2

12 months ago

0.0.1

12 months ago