WIP multi error catching
parent
f921f7897a
commit
4ed344b82e
@ -1,5 +1,6 @@
|
|||||||
<h1 mat-dialog-title>Dialog with elements</h1>
|
<h1 mat-dialog-title>Erweiterte Fehlerinfos</h1>
|
||||||
<div mat-dialog-content>This dialog showcases the title, close, content and actions elements.</div>
|
|
||||||
|
<div mat-dialog-content *ngFor="let error of errorMessages">{{error["message"]}}</div>
|
||||||
<div mat-dialog-actions>
|
<div mat-dialog-actions>
|
||||||
<button mat-button mat-dialog-close>Close</button>
|
<button mat-button mat-dialog-close>Close</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue