We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600837e commit 357e42cCopy full SHA for 357e42c
libs/core/src/lib/state/eventbus.ts
@@ -71,7 +71,7 @@ export class EventBus {
71
}),
72
)
73
.subscribe((event: NavigationEnd) => {
74
- const data = this.store.selectSnapshot<RouterStateData>(RouterState.state);
+ const data = this.store.selectSnapshot<any>(RouterState.state);
75
this.pageTitle.setTitle(data.breadcrumbs);
76
this.analytics.setPage(data.url);
77
});
0 commit comments