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 4f8454d commit 12bde29Copy full SHA for 12bde29
libs/core/src/lib/services/page-title.service.ts
@@ -19,7 +19,6 @@ export class PageTitleService {
19
20
// Automatically set pageTitle from router state data
21
store.select<any>(RouterState.state).subscribe((routerStateData: RouterStateData) => {
22
- console.log(routerStateData);
23
bodyTitle.setTitle(
24
`${Array.from(routerStateData.breadcrumbs.keys())
25
.reverse()
0 commit comments