I am trying to implement HttpCache through interceptor. Following is the caching-interceptor.service.ts
import { HttpRequest, HttpResponse, HttpInterceptor, Http
Add HttpClientModule to your imports[] in app.module.ts. This might be one of the mistakes.