Using Angular with webWorkers

WebWorkers are a way to run JS code in a separate thread from the main thread. In this post you will learn how to use them in Angular