python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to call certain apis without caching a response in angular when using service worker?
I Have attached 2 images.
First Image is the very fist time when I load the website where the service-worker is registered. There are 2 arrow mark that shows 302 found and sets the cookies of session ...
Shrihari
Votes: 0
Answers: 1
Angular SwUpdate activated deprication
In my angular project I have this kind of code:
this.swUpdate.available.subscribe(() => {
...
});
It work fine but gives me the warning about activated being deprecated.
What should I do to fix ...

Mahdi Zarei
Votes: 0
Answers: 2