@if (options?.icon) {
}
@if (kpiValue$ | async; as kpiValue) {
}
@if (trend$ | async; as trend) {
{{ options?.targetText }}
@if (options?.showDeviation) {
{{ options?.deviationText || ('NX.SMART_KPI.DEVIATION_TEXT' | translate) }}
}
}
@if (isLoading()) {
}
@if (additionalDataPoints$ | async; as additionals) {
@for (kpiValue of additionals; track $index) {
}
}
}