Angular How to change navmenu header based on route
问题 I am working on a Dashboard layout in my current project with Angular 4+. When the user navigates between the different sections of the app I need the navmenu header title to update to reflect the current section of the app. As an example when the user visits settings "Page Title" should change to "Settings" The project is based on the .net core 2 Angular template Below is the code I have to makeup the app routing as well as the dashboard routing. navigation.service import { Injectable } from