I have some heavy javascript code in my application and it is bogging down the UI, making it feel less than 60fps (janky).
I want to take advantage of using a web worker without losing the comfort of the angular-cli (I don't want to run ng eject
). Ideally, my whole app would run inside the web worker.
Is this currently possible?
Preconditions:
- Angular 2 or 4
- Angular-cli v.1.0+
- No ejecting from angular-cli