RSS Git Download  Clone
Raw Blame History
import { Injectable } from '@angular/core';

@Injectable({
  providedIn: 'root'
})
export class AngularHttpCacheInterceptorService {

  constructor() { }
}