@if (showWidgetTitlePanel) {
}
@if (showValue) {
{{ valueText }}
}
@if (showLeftRightIcon) {
{{ leftIcon }}
}
@if (showTicks) {
{{ tickMinText }}
{{ tickMaxText }}
}
@if (showLeftRightIcon) {
{{ rightIcon }}
}
@if (loading$ | async) { }