Skip to content
@xngui/components/alert
@xngui/components/alert

Inline status banner for persistent page-level feedback.

Preview

Heads up

A new version is available for download.
import { Component } from '@angular/core';
import { XAlert } from '@xngui/components/alert';
import { XIcon } from '@xngui/icons';
 
@Component({
selector: 'app-example',
imports: [XAlert, XIcon],
templateUrl: './alert.component.html',
})
export class ExampleComponent {}

Events

Interact with the preview — events will appear here.