9 lines
272 B
HTML
9 lines
272 B
HTML
<h1 mat-dialog-title>{{'profileField.name.' + profileField.name | i18n}}</h1>
|
|
<mat-dialog-content>
|
|
<pre>
|
|
{{profileField.blob}}
|
|
</pre>
|
|
</mat-dialog-content>
|
|
<mat-dialog-actions>
|
|
<button mat-button mat-dialog-close>{{'close' | i18n}}</button>
|
|
</mat-dialog-actions> |