We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea5218 commit 3e3e295Copy full SHA for 3e3e295
src/modules/http-cache-tag/http-cache-tag-interceptor.service.ts
@@ -1,13 +1,9 @@
1
import { Inject, Injectable } from '@angular/core'
2
import {
3
HttpHandler,
4
- HttpHeaderResponse,
5
HttpInterceptor,
6
- HttpProgressEvent,
7
HttpRequest,
8
- HttpResponse,
9
- HttpSentEvent,
10
- HttpUserEvent
+ HttpResponse
11
} from '@angular/common/http'
12
13
CACHE_TAG_CONFIG,
@@ -16,7 +12,6 @@ import {
16
CacheTagConfig
17
} from './http-cache-tag.server.module'
18
14
import { map } from 'rxjs/operators'
19
-import { Observable } from 'rxjs'
20
15
21
// tslint:disable:no-class
22
// tslint:disable:no-this
0 commit comments