Added Angular cheatsheet from ZeroToMastery (#12486)

Co-authored-by: enguy-hub <enguy-hub@github.com>
This commit is contained in:
enguy-hub 2025-10-15 05:37:33 +02:00 committed by GitHub
parent e2e1d0fc90
commit e9aba6cb54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,7 @@
### Angular
* [Angular Cheat Sheet](https://angular.io/guide/cheatsheet)
* [Angular Cheat Sheet](https://zerotomastery.io/cheatsheets/angular-cheat-sheet/) - ZeroToMastery.io (HTML)
* [Angular Cheat Sheet A Basic Guide to Angular](https://www.geeksforgeeks.org/angular-cheat-sheet-a-basic-guide-to-angular/) - GeeksforGeeks