Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

351
Views
¿Cómo puedo hacer que * ngfor funcione en un modal?

Estoy usando he * ngfor pero el modal no funciona por alguna razón

 <table *ngFor="let wt of wtl"> <tr> <td *> <mat-form-field style=" width: 600px;"> <textarea rows="8" cols="360" matInput [(ngModel)]="wt.description" name="comment" type="text" id="description" placeholder="Comentarios de Cierre" autocomplete="off"></textarea> </mat-form-field> </td> </tr> </table>

así es el modal

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Es difícil saber qué funcionalidad desea. Pero intente poner ngFor en la etiqueta tr. Esto debería llenar las filas de su tabla con sus formularios.

 <tr *ngFor="let wt of wtl">

También esta etiqueta

 <td *>

No estoy familiarizado con poner un * solo junto a una etiqueta, y me da un error, por lo que es posible que desee eliminar el * si no fue intencional.

 <td>
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!