We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a67e4 commit 158f23bCopy full SHA for 158f23b
app/trace/trace-examples.module.ts
@@ -16,11 +16,13 @@ export const routerConfig = [
16
},
17
{
18
path: "custom-trace-writer",
19
- component: CustomTraceWriterExampleComponent
+ component: CustomTraceWriterExampleComponent,
20
+ data: { title: "Custom trace writer" }
21
22
23
path: "trace-writer-categories",
- component: TraceSpecificCategoriesExampleComponent
24
+ component: TraceSpecificCategoriesExampleComponent,
25
+ data: { title: "Trace specific categories" }
26
}
27
];
28
0 commit comments