File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55//import * as profiling from "./profiling";
66//profiling.start('application-start');
77
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)
109import { nativeScriptBootstrap, onAfterLivesync, onBeforeLivesync } from "nativescript-angular/application";
10+ import { Router } from "@angular/router";
1111import { NS_ROUTER_PROVIDERS as NS_ROUTER_PROVIDERS_DEPRECATED } from "nativescript-angular/router-deprecated";
1212import { NS_ROUTER_PROVIDERS } from "nativescript-angular/router";
1313import { 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)
22import {nativeScriptBootstrap, bootstrap} from "nativescript-angular/application";
33import {AppComponent} from "./app.component";
44import {GestureComponent} from "./snippets/gestures.component";
You can’t perform that action at this time.
0 commit comments