organize services into services folder
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
} from '@angular/common/http';
|
||||
import { Observable, of } from 'rxjs';
|
||||
import { tap } from 'rxjs/operators';
|
||||
import { RequestCacheService } from '../request-cache.service'
|
||||
import { RequestCacheService } from '../services/request-cache.service'
|
||||
|
||||
@Injectable()
|
||||
export class CachingInterceptor implements HttpInterceptor {
|
||||
|
||||
@@ -4,7 +4,7 @@ import {
|
||||
HttpInterceptor, HttpHandler, HttpRequest, HttpHeaders
|
||||
} from '@angular/common/http';
|
||||
|
||||
import { CookieService } from '../cookie.service';
|
||||
import { CookieService } from '../services/cookie.service';
|
||||
|
||||
|
||||
@Injectable()
|
||||
|
||||
Reference in New Issue
Block a user