I have an angular application that lunches from another asp.net applicatin. my questions :
example( asp.net application will send the following url to my angular application
http://example.com?id=1&user="john M"
- how my Angular CLI application can get/read the above parameters.
- how my Angular CLI application can verify the referral URL.