File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 },
3232 "devDependencies" : {
3333 "@angular/compiler-cli" : " ~6.1.0" ,
34- "@ngtools/webpack" : " ~6.1.0 " ,
34+ "@ngtools/webpack" : " ~6.2.0-beta.3 " ,
3535 "@types/chai" : " ^4.0.2" ,
3636 "@types/mocha" : " ^2.2.41" ,
3737 "@types/node" : " ^7.0.5" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import {
1212 defaultDeviceProvider ,
1313 defaultFrameProvider ,
1414 defaultPageProvider ,
15- FrameService ,
1615} from "./platform-providers" ;
1716import { NS_DIRECTIVES } from "./directives" ;
1817
@@ -26,7 +25,6 @@ import { NS_DIRECTIVES } from "./directives";
2625 defaultDeviceProvider ,
2726 defaultFrameProvider ,
2827 defaultPageProvider ,
29- FrameService ,
3028 ] ,
3129 imports : [
3230 CommonModule ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import { NativeScriptCommonModule } from "./common";
2828import { NativeScriptRendererFactory } from "./renderer" ;
2929import { DetachedLoader } from "./common/detached-loader" ;
3030import { throwIfAlreadyLoaded } from "./common/utils" ;
31+ import { FrameService } from "./platform-providers" ;
3132
3233export function errorHandlerFactory ( ) {
3334 return new ErrorHandler ( ) ;
@@ -38,6 +39,7 @@ export function errorHandlerFactory() {
3839 DetachedLoader ,
3940 ] ,
4041 providers : [
42+ FrameService ,
4143 NativeScriptRendererFactory ,
4244 SystemJsNgModuleLoader ,
4345 { provide : APP_ROOT , useValue : true } ,
You can’t perform that action at this time.
0 commit comments