@fleedge/alert
v0.0.6
Published
This library was generated with [Nx](https://nx.dev).
Readme
@fleedge/alert
This library was generated with Nx.
<fl-alert [(isPresented)]="isAlertPresented">
<ng-template flAlertIcon>
<fl-icon name="delete" />
</ng-template>
<ng-template flAlertTitle>
Permanently delete?
</ng-template>
<ng-template flAlertText>
Deleting the selected messages will also remove them from all synced devices.
</ng-template>
<ng-template flAlertDismiss>
<fl-button (trigger)="cancel()">
<ng-template flButtonLabel>
Cancel
</ng-template>
</fl-button>
</ng-template>
<ng-template flAlertConfirm>
<fl-button (trigger)="confirm()">
<ng-template flButtonLabel>
Delete
</ng-template>
</fl-button>
</ng-template>
</fl-alert>