|
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"; |
|
0 commit comments