Skip to content

Commit 8afe394

Browse files
committed
titles updates
1 parent cbfec79 commit 8afe394

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/app.routes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const routes = [
158158
{
159159
path: "angular-directives",
160160
loadChildren: "./ui-category/ng-directives/ng-directives-examples.module#NgDirectivesExamplesModule",
161-
data: { title: "Angular Directives" }
161+
data: { title: "Angular directives" }
162162
},
163163
{
164164
path: "trace",
@@ -208,7 +208,7 @@ export const routes = [
208208
{
209209
path: "modal-page",
210210
loadChildren: "./modal-page/modal-page-examples.module#ModalPageExamplesModule",
211-
data: { title: "Modal Page" }
211+
data: { title: "Modal page" }
212212
},
213213
{
214214
path: "color",

app/fps-meter/fps-meter-examples.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export const routerConfig = [
1515
},
1616
{
1717
path: "fps-meter-usage",
18-
component: FpsMeterUsageComponent
18+
component: FpsMeterUsageComponent,
19+
data: { title: "FPS meter" }
1920
}
2021
];
2122

0 commit comments

Comments
 (0)