Browse Source

Bugfix/fix migration to form control in value component (#4969)

* Fix migration to form control
pull/4970/head
Thomas Kaul 2 weeks ago
committed by GitHub
parent
commit
3aae0aa40c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      libs/ui/src/lib/value/value.component.html

3
libs/ui/src/lib/value/value.component.html

@ -94,7 +94,8 @@
<span class="text-muted"> {{ subLabel }}</span>
}
</div>
<small *ngIf="size !== 'large'" class="d-block text-truncate">
} @else {
<small class="d-block text-truncate">
<ng-container *ngTemplateOutlet="label"></ng-container>
</small>
}

Loading…
Cancel
Save