LP1779158 Angular alert dialog component
authorBill Erickson <berickxx@gmail.com>
Fri, 4 Jan 2019 16:05:17 +0000 (11:05 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 31 Jan 2019 16:07:40 +0000 (11:07 -0500)
commit8facd5a0bdefa2122fbba315eac218a4c86f32a1
tree1725122844049d8d39ecaa1fc4144afaedc13b7c
parentd158307693b5905a8db43d433a6ca864160fa0a8
LP1779158 Angular alert dialog component

Similar to the PromptDialogComponent except it displays a simple message
(formatted as 'danger') and the only option available to the user is to
close the dialog.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/common.module.ts
Open-ILS/src/eg2/src/app/share/dialog/alert.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/alert.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.ts