alfresco-ng2-components/docs/core/components/snackbar-content.component.md
2023-01-02 14:00:01 +00:00

747 B

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Snackbar Content Component v5.1.0 Active 2022-11-08

Snackbar Content Component

Custom content for Snackbar which allows use icon as action.

Basic Usage

snackBar.openFromComponent(SnackbarContentComponent, {
    data: {
        message: 'Some message',
        actionLabel: "Some action label",
        showAction: true
    }
});

Class members

Details

Snackbar allows using action as string by default which causes that there is no possibility to use mat-icon inside snackbar's content. That custom content for Angular material Snackbar allows for that.