File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
//import * as profiling from "./profiling";
6
6
//profiling.start('application-start');
7
7
8
- // this import should be first in order to load some required settings (like globals and reflect-metadata)
9
- import { Router } from "@angular/router" ;
8
+ // "nativescript-angular/application" import should be first in order to load some required settings (like globals and reflect-metadata)
10
9
import { nativeScriptBootstrap , onAfterLivesync , onBeforeLivesync } from "nativescript-angular/application" ;
10
+ import { Router } from "@angular/router" ;
11
11
import { NS_ROUTER_PROVIDERS as NS_ROUTER_PROVIDERS_DEPRECATED } from "nativescript-angular/router-deprecated" ;
12
12
import { NS_ROUTER_PROVIDERS } from "nativescript-angular/router" ;
13
13
import { HTTP_PROVIDERS } from "@angular/http" ;
Original file line number Diff line number Diff line change 1
- // this import should be first in order to load some required settings (like globals and reflect-metadata)
1
+ // "nativescript-angular/application" import should be first in order to load some required settings (like globals and reflect-metadata)
2
2
import { nativeScriptBootstrap , bootstrap } from "nativescript-angular/application" ;
3
3
import { AppComponent } from "./app.component" ;
4
4
import { GestureComponent } from "./snippets/gestures.component" ;
You can’t perform that action at this time.
0 commit comments