Angular Http Caching using Interceptor and Refresh

Описание к видео Angular Http Caching using Interceptor and Refresh

Source Code: https://angular-ivy-gcmxe2.stackblitz.io

Caching an Http request for GET calls is highly important as it will avoid making an API service calls unnecessarily.

An Interceptor can be used to delegate caching without disturbing your existing Http calls. Angular documentation already outlines on these subjects and can be found here

Комментарии

Информация по комментариям в разработке