@if (selectedPills.length) { @for (pills of selectedPills; track pills) {
  1. {{ pills[displayKey()] }}
  2. } } @else {
  3. {{ (text ? text : 'select_option') | translate }}
  4. }
  5. {{ (text ? text : 'select_option') | translate }}
    @if (!optionsData?.length) {
  1. {{ 'no_data_found' | translate }}
  2. } @if (optionsData?.length) {
  3. {{ 'All' }}
  4. } @for (breadCrumb of breadCrumbValues; track breadCrumb; let i = $index) {
  5. {{ breadCrumb[displayKey()] }}
  6. }
@if (optionsData?.length) {
    @for (option of optionsData; track option) { }
}