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

241
Views
Refresh a different page on a button click in the current page

I have two pages: http://localhost:4200/text and http://localhost:4200/wizard

I have a button on the wizard page as follows in the wizard.html:

<body>
    <button (click)="clear();">Clear</button>
</body>

In the wizard.component.ts file I have the clear function:

clear(): void{
//Here I wanted to refresh the http://localhost:4200/text page on the button click. 
}

I wanted to refresh the http://localhost:4200/text page on button click. The current wizard page should still be open without any change. I tried out location.reload(); and window.location.href=window.location.href but didn't work.

Can somebody help me with this? Thanks in advance!

about 4 years ago · Juan Pablo Isaza
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!