Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

191
Visualizações
Array.filter is not providing the results in Angular
  <li
    class="list-group-item"
    *ngFor="let user of users.filter((x: any) => x.status.toLowerCase().startsWith('active')); let i = index">
    <div *ngIf="user.status == 'active'">
    {{ user.name }} | <a href="#" (click)="onSetToInactive(i)">Set to Inactive</a>
    </div>
  </li>

Users is defined as

users: {name: string, status: string}[] = [];

The error I get is

error NG5002: Parser Error: Unexpected token =, expected identifier, keyword, or string at column 35 in [let user of u
sers.filter((x: any) => x.status.toLowerCase().startsWith('active')); 

UPDATE--------------

<ul class="list-group">
  <li
    class="list-group-item"
    *ngFor="let user of users; let i = index">
    <ng-container *ngIf="user.status == 'active'">
    {{ user.name }} | <a href="#" (click)="onSetToInactive(i)">Set to Inactive</a>
    </ng-container>
  </li>
</ul>

It renders empty cells if I 'move' the users from active to inactive enter image description here

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda