bug fix
This commit is contained in:
parent
293b351d5c
commit
8b82baa099
|
@ -173,7 +173,7 @@ export class AppComponent implements OnInit, AfterViewInit {
|
|||
.events.pipe(
|
||||
filter(event => event instanceof NavigationEnd)
|
||||
)
|
||||
.subscribe((event: NavigationStart) => {
|
||||
.subscribe(() => {
|
||||
|
||||
this.breadcrumbService.addExcludedParam('t', true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue