So my question is simple:
Is there background sync when using Angular PWA. For certain reasons, I cannot use WorkBox.
The only info I have found is: https://github.com/angular/angular/issues/22145
Which is currently still open. Are there any alternatives?
I feel like without background sync, making an 'offline app' is impossible. I have found this https://golb.hplar.ch/2018/12/background-sync-ng.html which tells me there is a method unfortunatly I don't have that much experience with PWA in general and I don't get how the above link works/can help me.
Any guides or solutions are welcome!