This commit is contained in:
Lurkars
2021-03-11 19:52:37 +01:00
parent cf46cf6fd0
commit c4321d99cb
41 changed files with 1389 additions and 471 deletions
@@ -0,0 +1,9 @@
<h1 mat-dialog-title></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>