Como recarregar la página angluar
refresh(): void {
window.location.reload();
}
|_Genos_|
refresh(): void {
window.location.reload();
}
<button (click)="refresh()">Refresh</button>
This should technically be achievable using window.location.reload():