Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am navigating from asp application to angular application. I need to load a particular route in angular project on click of a button in asp project. I am able to navigate to angular app but its loading home route only instead of required one. Can you suggest How can i load my route in this case?

function navigatetoAngular() {
            window.location.href ="http://localhost:9000/#/login"
        }


Thanks

What I have tried:

Tried adding # in url and some other ways from internet.
Posted
Updated 4-Jun-18 23:26pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900