This article describes, step by step, how to modify an existing Angular CLI generated app so it can take advantage of the Angular WebWorkers and run all the business logic inside an isolated thread. Preconditions I’m assuming that you have an Angular project (version 2 or 4) generated with Angular CLI…