im opening a new tab using typescript but i want it to open without directly navigating to it. Any help?
im using this method to open it : newWindow = window.open(url, '_blank')
im opening a new tab using typescript but i want it to open without directly navigating to it. Any help?
im using this method to open it : newWindow = window.open(url, '_blank')