Update to have a configuration file out of the
app bundle.
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
} from '@angular/common/http';
|
||||
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
import { startWith, tap } from 'rxjs/operators';
|
||||
import { tap } from 'rxjs/operators';
|
||||
import 'rxjs/add/observable/of';
|
||||
|
||||
import { RequestCache } from '../services/request-cache.service';
|
||||
|
||||
@@ -11,6 +11,7 @@ import { AuthenticationService } from "../services/authentication.service";
|
||||
|
||||
@Injectable()
|
||||
export class JwtAuthInterceptor implements HttpInterceptor {
|
||||
|
||||
constructor(private authenticationService: AuthenticationService) {}
|
||||
|
||||
intercept(
|
||||
|
||||
Reference in New Issue
Block a user