FE/Angular
[ ANGULAR ] Angular Router new tab
HEON.D
2022. 7. 20. 18:46
const url = this.router.serializeUrl(
this.router.createUrlTree([`user/1`])
);
window.open(url, '_blank');