onNavigate(){ // your logic here.... like set the url const url = 'https://www.google.com'; window.open(url, '_blank'); }