Skip to content

Commit 158f23b

Browse files
committed
added titles for trace examples
1 parent 74a67e4 commit 158f23b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/trace/trace-examples.module.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ export const routerConfig = [
1616
},
1717
{
1818
path: "custom-trace-writer",
19-
component: CustomTraceWriterExampleComponent
19+
component: CustomTraceWriterExampleComponent,
20+
data: { title: "Custom trace writer" }
2021
},
2122
{
2223
path: "trace-writer-categories",
23-
component: TraceSpecificCategoriesExampleComponent
24+
component: TraceSpecificCategoriesExampleComponent,
25+
data: { title: "Trace specific categories" }
2426
}
2527
];
2628

0 commit comments

Comments
 (0)