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

128
Views
Cannot use ngFor directive when using third library element

I'm working on Angular application that use an UMD library for user interface. The problem that i'm facing is that i cannot use ngFor directive on an element from the library for exemple:

<lib-select>
<lib-option *ngFor="let user from users">---</lib-option>
</lib-select>

The above code display an empty select, whereas the bellow doesn't.

<select>
<option *ngFor="let user from users">---</option>
<select>

How can i handle it ?

Thank you for help!

Best regards.

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I'm believe that your ngFor syntax was wrong, let try use *ngFor="let user of users" or *ngForOf="let user of users".

about 4 years ago · Santiago Trujillo 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!