@@ -4,20 +4,20 @@ import {FormsModule} from '@angular/forms';
44import { Http , HttpModule } from '@angular/http' ;
55import { AuthConfig , AuthHttp } from 'angular2-jwt' ;
66
7- import { AppRoutingModule } from 'app /app-routing.module' ;
7+ import { AppRoutingModule } from '. /app-routing.module' ;
88
99import { AppComponent } from './app.component' ;
1010import { HomeComponent } from './home/home.component' ;
1111import { AdminComponent } from './admin/admin.component' ;
12- import { LoginComponent } from 'app /login/login.component' ;
12+ import { LoginComponent } from '. /login/login.component' ;
1313import { UserComponent } from './user/user.component' ;
1414
15- import { UserService } from 'app /services/user.service' ;
16- import { AuthenticationService } from 'app /services/authentication.service' ;
17- import { AuthGuard } from 'app /guards/auth-guard.service' ;
18- import { AdminAuthGuard } from 'app /guards/admin-auth-guard.service' ;
19- import { TOKEN_NAME } from 'app /services/auth.constant' ;
20- import { AppDataService } from 'app /services/app-data.service' ;
15+ import { UserService } from '. /services/user.service' ;
16+ import { AuthenticationService } from '. /services/authentication.service' ;
17+ import { AuthGuard } from '. /guards/auth-guard.service' ;
18+ import { AdminAuthGuard } from '. /guards/admin-auth-guard.service' ;
19+ import { TOKEN_NAME } from '. /services/auth.constant' ;
20+ import { AppDataService } from '. /services/app-data.service' ;
2121
2222export function authHttpServiceFactory ( http : Http ) {
2323 return new AuthHttp ( new AuthConfig ( {
0 commit comments