I know that you can hide the URL when routing using this.router.navigate(["/Pages"], { skipLocationChange: true });
but when i use window.open("/Pages")
it has the URL.
Is there any way to hide the URL when using window.open()
or a way to use the angular2 router to open the URL in a new tab?