File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/module/components/ngx-auth-firebaseui-avatar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 [style.background-image] ="'url(' + user?.photoURL + ')' "
66 style ="background-size: cover "
77 [matTooltip] ="user?.displayName ">
8- {{displayNameInitials}}
8+ < span *ngIf =" user?.photoURL " > {{displayNameInitials}}</ span >
99</ button >
1010
1111< mat-menu xPosition ="before " #posXMenu ="matMenu " class ="before ">
1212 < div fxLayout ="row " fxLayout.xs ="column " style ="padding-left: 10px; padding-right: 10px ">
1313 < button mat-fab
1414 [style.background-image] ="'url(' + user?.photoURL + ')' "
1515 style ="background-size: cover ">
16- {{ displayNameInitials}}
16+ < span *ngIf =" user?.photoURL " > {{{ displayNameInitials}}</ span >
1717 </ button >
1818 < div fxLayout ="column " style ="padding-left: 10px; padding-right: 10px ">
1919 < strong mat-card-title > {{user?.displayName}}</ strong >
You can’t perform that action at this time.
0 commit comments