0

I am very new to AngularJS and working on an application where I have to open a new window (from another domain) and pass some data to the new window across domain. Can somebody provide me some working sample in angularJS to refer and complete the same. Thanks in advance.

1 Answers1

2

If I understood your question properly then you can achieve this by following ways:

  1. Through URL Parameters
  2. Using subdomain-less cookie if you are talking about subdomains
  3. Using cross-domain localStorage
  4. cross-domain cookie
Shubham Takode
  • 525
  • 8
  • 24