File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
< igx-tab-panel #tab1 label ="Tab 1 " routerLink ='/bottom-navigation-routing/view1 '>
13
13
Content in tab # 1
14
14
</ igx-tab-panel >
15
- < igx-tab-panel #tab2 label ="Tab 2 " routerLink = '/bottom-navigation-routing/ view2 '>
15
+ < igx-tab-panel #tab2 label ="Tab 2 " [ routerLink] =" [ '/bottom-navigation-routing', ' view2'] " >
16
16
Content in tab # 2
17
17
</ igx-tab-panel >
18
18
< igx-tab-panel #tab3 label ="Tab 3 " routerLink ='/bottom-navigation-routing/view3 '>
Original file line number Diff line number Diff line change 11
11
<!-- <router-outlet *ngIf="tab1.isSelected"></router-outlet> -->
12
12
Content in tab # 1
13
13
</ igx-tabs-group >
14
- < igx-tabs-group #tab2 label ="Tab 2 " icon ="folder " routerLink =" /tabs-routing/ view2 ">
14
+ < igx-tabs-group #tab2 label ="Tab 2 " icon ="folder " [ routerLink] =" [' /tabs-routing', ' view2'] ">
15
15
<!-- <router-outlet *ngIf="tab2.isSelected"></router-outlet> -->
16
16
Content in tab # 2
17
17
</ igx-tabs-group >
You can’t perform that action at this time.
0 commit comments