argos/dmp-frontend/src/app/library/notification/popup/popup-notification.componen...

6 lines
264 B
HTML

<h2 mat-dialog-title>{{notification.title}}</h2>
<mat-dialog-content>{{notification.message}}</mat-dialog-content>
<mat-dialog-actions>
<button mat-button mat-dialog-close>{{'NOTIFICATION-COMPONENT.POPUP.CLOSE-BUTTON' | translate}}</button>
</mat-dialog-actions>