Project featuring web workers usage on Angular applications.
It showcases the usage of a simple worker - factorial calculation - and
a worker that uses third party scripts - Excel generation.
You can find more information about the example on the following Medium article.
- Install the dependencies:
npm install
- Run the project:
You can run the example either in development mode or as an AOT compiled bundle.
# Development
npm start
# AOT bundle
npm run build && npm run static
- You can now access the application at http://localhost:4200