Frontend Development · Angular
What is a common mistake with HTTP interceptors in Angular?
A common mistake is putting business-specific behavior in a global interceptor or blindly retrying requests that are unsafe to repeat.
A common mistake is putting business-specific behavior in a global interceptor or blindly retrying requests that are unsafe to repeat.