Skip to content

Commit b2b8232

Browse files
committed
fixing routing paths
1 parent 32c07ef commit b2b8232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/app/layouts/tabbar/tabbar-sample-3/tabbar-sample-3.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { ISelectionEventArgs } from "igniteui-angular";
99
})
1010
export class TabbarSample3Component implements OnInit {
1111
public urlLocations = [
12-
"/",
12+
"",
1313
"/arrivals",
1414
"/departures",
1515
"/canceled"

Diff for: src/app/layouts/tabs/tabs-sample-6/tabs-sample-6.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { ISelectionEventArgs } from "igniteui-angular";
99
})
1010
export class TabsSample6Component implements OnInit {
1111
public urlLocations = [
12-
"/",
12+
"",
1313
"/arrivals",
1414
"/departures",
1515
"/canceled"

0 commit comments

Comments
 (0)