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

6 lines
264 B
HTML
Raw Normal View History

2019-01-18 18:03:45 +01:00
<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>