Ajout d'un cache sur les appels vers les
données de type "référentiel"
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import {
|
||||
HttpEvent,
|
||||
HttpRequest,
|
||||
HttpResponse,
|
||||
HttpInterceptor,
|
||||
HttpHandler
|
||||
} from '@angular/common/http';
|
||||
import { HttpEvent, HttpRequest, HttpResponse, HttpInterceptor, HttpHandler } from '@angular/common/http';
|
||||
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
import { tap } from 'rxjs/operators';
|
||||
|
||||
Reference in New Issue
Block a user