I want to navigate to a component then refresh the window when clicking on switch() button.
I have tried:
switch() {
this.router.navigateByUrl("/layouts");
window.location.reload();
}
but it is not working as expected, it is only reloading the page without navigate.