NetStat Найти порт
netstat -na | find "8080"
Yucky Yacare
netstat -na | find "8080"
C:\> netstat -a -b
reloadCurrentRoute() {
let currentUrl = this.router.url;
this.router.navigateByUrl('/', {skipLocationChange: true}).then(() => {
this.router.navigate([currentUrl]);
});
}