File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
},
32
32
"devDependencies" : {
33
33
"@angular/compiler-cli" : " ~6.1.0" ,
34
- "@ngtools/webpack" : " ~6.1.0 " ,
34
+ "@ngtools/webpack" : " ~6.2.0-beta.3 " ,
35
35
"@types/chai" : " ^4.0.2" ,
36
36
"@types/mocha" : " ^2.2.41" ,
37
37
"@types/node" : " ^7.0.5" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import {
12
12
defaultDeviceProvider ,
13
13
defaultFrameProvider ,
14
14
defaultPageProvider ,
15
- FrameService ,
16
15
} from "./platform-providers" ;
17
16
import { NS_DIRECTIVES } from "./directives" ;
18
17
@@ -26,7 +25,6 @@ import { NS_DIRECTIVES } from "./directives";
26
25
defaultDeviceProvider ,
27
26
defaultFrameProvider ,
28
27
defaultPageProvider ,
29
- FrameService ,
30
28
] ,
31
29
imports : [
32
30
CommonModule ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import { NativeScriptCommonModule } from "./common";
28
28
import { NativeScriptRendererFactory } from "./renderer" ;
29
29
import { DetachedLoader } from "./common/detached-loader" ;
30
30
import { throwIfAlreadyLoaded } from "./common/utils" ;
31
+ import { FrameService } from "./platform-providers" ;
31
32
32
33
export function errorHandlerFactory ( ) {
33
34
return new ErrorHandler ( ) ;
@@ -38,6 +39,7 @@ export function errorHandlerFactory() {
38
39
DetachedLoader ,
39
40
] ,
40
41
providers : [
42
+ FrameService ,
41
43
NativeScriptRendererFactory ,
42
44
SystemJsNgModuleLoader ,
43
45
{ provide : APP_ROOT , useValue : true } ,
You can’t perform that action at this time.
0 commit comments