This commit is contained in:
Sofia Papacharalampous 2024-07-09 15:50:51 +03:00
parent 293b351d5c
commit 8b82baa099
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ export class AppComponent implements OnInit, AfterViewInit {
.events.pipe( .events.pipe(
filter(event => event instanceof NavigationEnd) filter(event => event instanceof NavigationEnd)
) )
.subscribe((event: NavigationStart) => { .subscribe(() => {
this.breadcrumbService.addExcludedParam('t', true); this.breadcrumbService.addExcludedParam('t', true);