Skip to content

Commit 3e3e295

Browse files
fix: correct ngc lint errors
1 parent 0ea5218 commit 3e3e295

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/modules/http-cache-tag/http-cache-tag-interceptor.service.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
import { Inject, Injectable } from '@angular/core'
22
import {
33
HttpHandler,
4-
HttpHeaderResponse,
54
HttpInterceptor,
6-
HttpProgressEvent,
75
HttpRequest,
8-
HttpResponse,
9-
HttpSentEvent,
10-
HttpUserEvent
6+
HttpResponse
117
} from '@angular/common/http'
128
import {
139
CACHE_TAG_CONFIG,
@@ -16,7 +12,6 @@ import {
1612
CacheTagConfig
1713
} from './http-cache-tag.server.module'
1814
import { map } from 'rxjs/operators'
19-
import { Observable } from 'rxjs'
2015

2116
// tslint:disable:no-class
2217
// tslint:disable:no-this

0 commit comments

Comments
 (0)