python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Angular HttpClient "Unknown Error" with service worker and long-running request
I make an HTTP call using the Angular HttpClient. The request takes ca. 8 minutes to complete and works fine without service worker.
But when activating the Angular service worker, the request is canc...
blackcomb
Votes: 0
Answers: 1
How to stop angular service worker from caching facebook pixel?
I have enabled facebook pixel into my angular webApp. But it only works on if i hard refresh. After that the request gets triggered via service worker and not getting registered in the facebook pixel ...
Developer
Votes: 0
Answers: 0
Angular service worker - new link
Say you have a deployed version of your app v2.0 with these router links:
const routes: Routes = [
{
path: "home",
loadChildren: () =>
import("src/main/home.module&qu...
AgedPeanuts
Votes: 0
Answers: 1
Dynamically update “firebase-messaging-sw.js” in Angular 12
I need to implement the Firebase push notification on Angular 12.
I integrated everything and it worked fine, but I need a dynamic firebase config. How to achieve dynamic config?
importScripts('https:...
Pushprajsinh Chudasama
Votes: 0
Answers: 0