CngxAlertAction
[cngxAlertAction]
projects/ui/feedback/alert/alert.ts
Import#
import { CngxAlertAction } from '@cngx/ui/feedback'
Description#
Action button marker inside an alert. Restricts to button and anchor elements.
When present, the alert container uses aria-atomic="false" to prevent
re-announcing the entire alert on button interaction.
<cngx-alert severity="error" title="Save failed" [state]="saveState">
Check your connection and try again.
<button cngxAlertAction (click)="retry()">Retry</button>
</cngx-alert>