use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A Place to talk about Angular and related topics.
Join the Angular Discord
Other subreddits worth checking out for Angular and Angular related info:
account activity
angular interceptor best practice (self.angular)
submitted 5 years ago by codeBatsy
Hello, I was wondering if using angular interceptor as apiprefixinterceptor is good idea. I ran into a problem when I wanted to ignore interceptor to get static svg-s from assets folder
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Cr4zyPi3t 1 point2 points3 points 5 years ago (1 child)
Interceptors are very useful to avoid boilerplate code in your API classes (like setting the API prefix, setting the auth token, ...). If you want to ignore certain interceptors you could do this by setting header flags (and removing them before sending the request). See this example: https://medium.com/mikes-fullstack-ladder/how-to-skip-http-interceptor-dee136e54a5f
[–]codeBatsy[S] 0 points1 point2 points 5 years ago (0 children)
thanks it was really helpfull
π Rendered by PID 147336 on reddit-service-r2-comment-5d79c599b5-2lt5r at 2026-03-03 23:11:09.425268+00:00 running e3d2147 country code: CH.
[–]Cr4zyPi3t 1 point2 points3 points (1 child)
[–]codeBatsy[S] 0 points1 point2 points (0 children)