Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how can we redirect to third party page in angular

To redirect third party website we can do it by using href. The code snippt is :

window.location.href='google.com';
 
PREVIOUS NEXT
Tagged: #redirect #party #page #angular
ADD COMMENT
Topic
Name
2+8 =