Skip to content

Alert dialog

@xngui/components/alert-dialog
@xngui/components/alert-dialog

Modal confirmation dialog with alert semantics.

Preview

import { Component } from '@angular/core';
import { XAlertDialog } from '@xngui/components/alert-dialog';
import { XButton } from '@xngui/components/button';
 
@Component({
selector: 'app-example',
imports: [XAlertDialog, XButton],
templateUrl: './alert-dialog.component.html',
})
export class ExampleComponent {}

Events

Interact with the preview — events will appear here.