I am new to Angular2 Development.
I have a requirment where i need to call Angular2 Web site from my ASP.Net Web site. While calling Angular2 website (localhost:4200\index.html), will pass querystring like as below localhost:4200\index.html?UserID=Chandra
Now my Question is.
How to get UserId querystring value into App Component (i.e. BootStrap Compoent) or any other component.
Please help me witht this.
Thanks in Advance.