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

228
Views
Detect url of window that opened my angular application

Is there a way in angular to know from where is my application been opened? I mean if my application is opened from another tab or window, how can I get the URL of window from where is doing the call? thanks

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

0

When a window/tab is opened from a different window/tab, you can access the address of opener using following js:

window.opener.location

The prerequisite to use that is that the link that opened the window has rel="opener" attribute, since modern browsers don't allow access to opener by default.

about 4 years ago · Juan Pablo Isaza Report

0

If the other app is also yours, add some "place_id" to the URL to open your app. Different "place_id" from different places. And analyze it in the app via "window.location" or via router parameters.

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!