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

84
Views
hidden property not reflecting immediately in angular 10

I want to hide a div on condition, so I used hidden property like

<div [hidden]="isControlDisplayed()?false:true"> 

isControlDisplayed() method returns true/false based on some other dropdown(select) control in the form group . so when this method returns false it doesn't reflect immediately , it reflects only after I click somewhere else on window.

I have one observation like angular calls method only on some actions on window , is it something like this. how can I solve this issue. can somebody help me.

Thank you

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

0

Use the *ngIf directive.

<div *ngIf="isControlDisplayed();"> 
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!