Thomas Kaul
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
libs/ui/src/lib/value/value.component.html
|
@ -1,7 +1,7 @@ |
|
|
<div *ngIf="icon" class="align-self-center mr-3"> |
|
|
<div *ngIf="icon" class="align-self-center mr-3"> |
|
|
<ion-icon class="h3 m-0" [name]="icon" /> |
|
|
<ion-icon class="h3 m-0" [name]="icon" /> |
|
|
</div> |
|
|
</div> |
|
|
<div class="w-100"> |
|
|
<div class="d-flex flex-column w-100"> |
|
|
<ng-template #label><ng-content></ng-content></ng-template> |
|
|
<ng-template #label><ng-content></ng-content></ng-template> |
|
|
<ng-container *ngIf="value || value === 0 || value === null"> |
|
|
<ng-container *ngIf="value || value === 0 || value === null"> |
|
|
<div |
|
|
<div |
|
|