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>
Mon, 7 Jan 2019 15:14:25 +0000 (10:14 -0500)
commit9952ce5313eeb69ca8f2ecc71c99c0353666d5cd
treee40d61ea13839d52864644f724ca97c9730d203d
parent050b4c586cdf5eda22387deca1fbd8610b68c972
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