add link to live demo

This commit is contained in:
Ayo 2023-03-23 21:17:06 +01:00
parent 2d77c6d87e
commit 343596b1dd

View file

@ -304,7 +304,7 @@ The heroes list should now be sorted depending on which button you click.
Congratulations! You just built an Angular app that sorts a list of `heroes` by name or ID... using a Web Worker! 🎉 Congratulations! You just built an Angular app that sorts a list of `heroes` by name or ID... using a Web Worker! 🎉
> All the code for this demo application can be found in [my GitHub repository](https://github.com/ayoayco/ng-web-worker-demo). > The code for this demo app is in [my GitHub repository](https://github.com/ayoayco/ng-web-worker-demo), and a live demo is deployed on [my website](https://ayo.ayco.io/ng-web-workers/).
## Gochas in Using Web Workers in Angular ## Gochas in Using Web Workers in Angular