{{ 'IndicatorApp.TagEnum.' + tagType() | translate: {Default: IndicatorTagEnum[tagType()]} }}
@if (isEmpty()) {
🛒
{{ 'IndicatorApp.Empty' | translate: {Default: 'Empty'} }}, {{ 'IndicatorApp.Goto' | translate: {Default: 'Please go to'} }} {{ 'IndicatorApp.IndicatorMarket' | translate: {Default: 'Indicator Market'} }} {{ 'IndicatorApp.ApplyIndicatorPermission' | translate: {Default: 'apply indicator permission'} }}
}
@if (notMobile$ | async) { @for (id of currentIndicatorIds$(); track id) { } }
{{ 'COMPONENTS.DATE_PICKER.Year' | translate: {Default: 'Year'} }} {{ 'COMPONENTS.DATE_PICKER.Quarter' | translate: {Default: 'Quarter'} }} {{ 'COMPONENTS.DATE_PICKER.Month' | translate: {Default: 'Month'} }} {{ 'COMPONENTS.DATE_PICKER.Day' | translate: {Default: 'Day'} }}