1reloadComponent() {
2 let currentUrl = this.router.url;
3 this.router.routeReuseStrategy.shouldReuseRoute = () => false;
4 this.router.onSameUrlNavigation = 'reload';
5 this.router.navigate([currentUrl]);
6 }
1reloadCurrentRoute() {
2 let currentUrl = this.router.url;
3 this.router.navigateByUrl('/', {skipLocationChange: true}).then(() => {
4 this.router.navigate([currentUrl]);
5 });
6}
7
1No mames, simplemente usa el reload... Por qué en los foros siempre se las quieren lucr y terminan colocando vainas que ni sirven