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