Alert dialog
@xngui/components/alert-dialog@xngui/components/alert-dialogModal confirmation dialog with alert semantics.
Preview
Delete project?
This action cannot be undone. All data will be permanently removed.
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.