diff --git a/libs/core/src/lib/state/eventbus.ts b/libs/core/src/lib/state/eventbus.ts index c10cdc8d5..03b906b49 100644 --- a/libs/core/src/lib/state/eventbus.ts +++ b/libs/core/src/lib/state/eventbus.ts @@ -71,7 +71,7 @@ export class EventBus { }), ) .subscribe((event: NavigationEnd) => { - const data = this.store.selectSnapshot(RouterState.state); + const data = this.store.selectSnapshot(RouterState.state); this.pageTitle.setTitle(data.breadcrumbs); this.analytics.setPage(data.url); });