Hi,
Currently im trying to route to a page which is not in aside menus (im navigating via routerLink in user-inner component, I am successfully redirected to the page but the title cant seem to be generated. any thoughts?
Hi,
Yes, we are counting the title based on the current active menu from the aside or header menu.
On your page you can use page service constructor(private pageInfo: PageInfoService) {}
.
Then update the title in the ngOnInit: this.pageInfo.updateTitle("Ask a Questions");
Regards,
Keenthemes support
Thanks! Works perfectly!