openCategory(id: any, rev: any) { this.router.navigateByUrl('/', { skipLocationChange: true }) .then(() => this.router.navigate(['/category/' + id + '/' + rev])); }