
Maksym Honchar

How to split HTTP Interceptors between multiple backends
Manage multiple backends in Angular by implementing custom HttpClient services. Separate concerns and simplify requests with ease.
How to use TS decorators to add caching logic to API calls
Stop cluttering interceptors with API caching logic. Use clean TypeScript decorators to simplify state and boost app performance.