File tree 3 files changed +13
-4
lines changed
e2e/nested-router-tab-view 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { TeamDetailComponent } from "./team/team-detail.component";
9
9
import { LoginComponent } from "./login/login.component" ;
10
10
import { TabsComponent } from "./tabs/tabs.component" ;
11
11
import { HomeComponent } from "./home/home.component" ;
12
+ import { HomeLazyModule } from "./home-lazy/home-lazy.module" ;
12
13
import { AboutComponent } from "./about/about.component" ;
13
14
import { AboutNestedComponent } from "./about/about-nested.component" ;
14
15
@@ -46,7 +47,7 @@ const routes: Routes = [
46
47
} ,
47
48
{
48
49
path : "home-lazy" ,
49
- loadChildren : "./home-lazy/home-lazy.module# HomeLazyModule" ,
50
+ loadChildren : ( ) => HomeLazyModule ,
50
51
} ,
51
52
{
52
53
path : "custom-tabs" ,
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" : " next "
9
+ "version" : " 6.0.0-2019-06-10-154118-03 "
10
10
},
11
11
"tns-android" : {
12
12
"version" : " next"
23
23
"@angular/platform-browser-dynamic" : " 8.0.0" ,
24
24
"@angular/router" : " 8.0.0" ,
25
25
"nativescript-angular" : " file:../../nativescript-angular" ,
26
+ "nativescript-dev-webpack" : " webpack" ,
26
27
"nativescript-theme-core" : " ~1.0.4" ,
27
28
"reflect-metadata" : " ~0.1.8" ,
28
29
"rxjs" : " ~6.3.3" ,
Original file line number Diff line number Diff line change 6
6
"emitDecoratorMetadata" : true ,
7
7
"noEmitHelpers" : true ,
8
8
"noEmitOnError" : true ,
9
- "sourceMap" : true ,
10
9
"lib" : [
11
10
" es6" ,
12
11
" dom" ,
23
22
]
24
23
}
25
24
},
25
+ "include" : [
26
+ " ../../nativescript-angular" ,
27
+ " **/*"
28
+ ],
26
29
"exclude" : [
30
+ " ../../nativescript-angular/node_modules" ,
31
+ " ../../nativescript-angular/**/*.d.ts" ,
27
32
" node_modules" ,
28
- " platforms"
33
+ " platforms" ,
34
+ " **/*.aot" ,
35
+ " e2e"
29
36
]
30
37
}
You can’t perform that action at this time.
0 commit comments