File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import "reflect-metadata" ;
2
2
import { Component } from "angular2/core" ;
3
3
import { RouteConfig } from "angular2/router" ;
4
- import { NS_ROUTER_DIRECTIVES } from "nativescript-angular/router/ns-router " ;
4
+ import { NS_ROUTER_DIRECTIVES } from "nativescript-angular/router" ;
5
5
6
6
import { LoginPage } from "./pages/login/login.component" ;
7
7
import { RegisterPage } from "./pages/register/register.component" ;
Original file line number Diff line number Diff line change 1
1
import { nativeScriptBootstrap } from "nativescript-angular/application" ;
2
2
import { HTTP_PROVIDERS } from "angular2/http" ;
3
- import { NS_ROUTER_PROVIDERS } from "nativescript-angular/router/ns-router " ;
3
+ import { NS_ROUTER_PROVIDERS } from "nativescript-angular/router" ;
4
4
import { AppComponent } from "./app.component" ;
5
5
6
6
nativeScriptBootstrap ( AppComponent , [ HTTP_PROVIDERS , NS_ROUTER_PROVIDERS ] ) ;
You can’t perform that action at this time.
0 commit comments