cic-staff-client/src/app/shared/error-dialog/error-dialog.component.html

7 lines
127 B
HTML
Raw Normal View History

<div>
<div>
2021-06-15 18:37:33 +02:00
<p>Message: {{ data.message }}</p>
<p *ngIf="data.status">Status: {{ data?.status }}</p>
</div>
</div>