Redirection is possible using
window.location = '<url>'
window.location.href = '<url>'
window.location.assign('<url>')
What is the correct way?
Redirection is possible using
window.location = '<url>'
window.location.href = '<url>'
window.location.assign('<url>')
What is the correct way?