make the following settings within the route
{
path: "setting",
loadChildren: "./setting/setting.module-sharpSettingModule",
data: { title: "", depth: 2 }
},
{
path: "feedback",
loadChildren: "./feedback/feedback.module-sharpFeedbackModule",
data: { title: "", depth: 2 }
}
get the title in data in AppModule and set
currently, I just can"t get this data, solution
.