We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff24df0 commit 487ba12Copy full SHA for 487ba12
2 files changed
packages/igx-templates/igx-ts-legacy/projects/side-nav/files/src/app/app.component.ts
@@ -24,7 +24,7 @@ export class AppComponent implements OnInit {
24
for (const route of routes) {
25
if (route.path && route.data && route.path.indexOf('*') === -1) {
26
this.topNavLinks.push({
27
- name: route.data.text,
+ name: route.data['text'],
28
path: '/' + route.path
29
});
30
}
packages/igx-templates/igx-ts/projects/side-nav-auth/files/src/app/app.component.ts
@@ -48,7 +48,7 @@ export class AppComponent implements OnInit {
48
49
50
51
52
53
54
0 commit comments