We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c5f31 commit 83498c1Copy full SHA for 83498c1
src/lib/snack-bar/simple-snack-bar.html
@@ -1,5 +1,4 @@
1
-{{data.message}}
2
-
+<span>{{data.message}}</span>
3
<div class="mat-simple-snackbar-action" *ngIf="hasAction">
4
<button mat-button (click)="action()">{{data.action}}</button>
5
</div>
0 commit comments