Ionic/Angular and Web Workers

Isn’t the main advantage of a Web Worker that it runs in a background thread, so you can do things you normally wouldn’t do on the main thread in fear of blocking UI? What exactly are you thinking about using the Web Worker for?

I think the main reason why there are no best practices yet for Web Workers and Angular (and Ionic) is that they just weren’t a (stable) thing until recently.