File tree 2 files changed +3
-2
lines changed
e2e/nested-router-tab-view 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { LoginComponent } from "./login/login.component";
10
10
import { TabsComponent } from "./tabs/tabs.component" ;
11
11
import { HomeComponent } from "./home/home.component" ;
12
12
import { HomeLazyModule } from "./home-lazy/home-lazy.module" ;
13
+ import { CustomTabsModule } from "./custom-tabs/custom-tabs.module"
13
14
import { AboutComponent } from "./about/about.component" ;
14
15
import { AboutNestedComponent } from "./about/about-nested.component" ;
15
16
@@ -51,7 +52,7 @@ const routes: Routes = [
51
52
} ,
52
53
{
53
54
path : "custom-tabs" ,
54
- loadChildren : "./custom-tabs/custom-tabs.module# CustomTabsModule" ,
55
+ loadChildren : ( ) => CustomTabsModule ,
55
56
} ,
56
57
{
57
58
path : "tabs" , component : TabsComponent , children : [
Original file line number Diff line number Diff line change 6
6
"nativescript" : {
7
7
"id" : " org.nativescript.nestedroutertabview" ,
8
8
"tns-ios" : {
9
- "version" : " 6.0.0-2019-06-10-154118-03 "
9
+ "version" : " next "
10
10
},
11
11
"tns-android" : {
12
12
"version" : " next"
You can’t perform that action at this time.
0 commit comments