@fleedge/dialog
v0.0.6
Published
This library was generated with [Nx](https://nx.dev).
Readme
@fleedge/dialog
This library was generated with Nx.
<fl-dialog [(isPresented)]="isDialogPresented">
<fl-dialog-scaffold *flDialogContent>
<ng-template flDialogScaffoldTitle>
Create a new album
</ng-template>
<ng-template flDialogScaffoldContent>
Form for creating a new album
</ng-template>
<ng-template flDialogScaffoldDismiss let-dismiss>
<fl-button (trigger)="dismiss()">
<fl-label *flButtonLabel>
<ng-template flLabelTitle>
Cancel
</ng-template>
<ng-template flLabelIcon>
<fl-icon name="close" />
</ng-template>
</fl-label>
</fl-button>
</ng-template>
<ng-template flDialogScaffoldAction>
<fl-button (trigger)="save()">
<ng-template flButtonLabel>
Save
</ng-template>
</fl-button>
</ng-template>
</fl-dialog-scaffold>
</fl-dialog>