Alert Dialog
A modal dialog that interrupts the user with important content and expects a response.
Installation
Usage
Examples
Default
Destructive
API Reference
Properties
Property | Type | Default | Description |
---|---|---|---|
uiAlertDialogTrigger | TemplateRef | — | Template ref for alert dialog content. |
uiAlertDialogModal | boolean | — | Whether the alert dialog is modal. |
uiAlertDialogCancel | Directive | — | Cancel button directive for the alert dialog. |
uiAlertDialogAction | Directive | — | Action button directive for the alert dialog. |
class | string | — | Additional CSS classes. |
Built with ❤️ by @immohammadjaved • Source code available on GitHub