Zarządzanie pamięcią podręczną w Angular 7
return this._http.get<Product[]>({ url: 'https://example-api/products', cacheMins: 5 })
Relieved Ratel
return this._http.get<Product[]>({ url: 'https://example-api/products', cacheMins: 5 })