finished login stg 1
This commit is contained in:
@@ -34,7 +34,6 @@ import { fakeBackendProvider } from './_helpers/index';
|
||||
|
||||
import { AlertComponent } from './_directives/index';
|
||||
import { AuthGuard } from './_guards/index';
|
||||
import { JwtInterceptor } from './_helpers/index';
|
||||
import { AlertService, AuthenticationService, UserService } from './_services/index';
|
||||
|
||||
|
||||
@@ -73,12 +72,6 @@ import { AlertService, AuthenticationService, UserService } from './_services/in
|
||||
AlertService,
|
||||
AuthenticationService,
|
||||
UserService,
|
||||
{
|
||||
provide: HTTP_INTERCEPTORS,
|
||||
useClass: JwtInterceptor,
|
||||
multi: true
|
||||
},
|
||||
|
||||
// provider used to create fake backend
|
||||
fakeBackendProvider
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user