1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-04-04 07:22:26 +02:00

docs(angular): add signals content (#6468)

This commit is contained in:
J. Degand 2024-08-09 19:24:51 -04:00 committed by GitHub
parent f6c570bea3
commit cc998be478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,9 @@
# Signals
# Signals
Angular Signals is a system that granularly tracks how and where your state is used throughout an application, allowing the framework to optimize rendering updates.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Signals](https://angular.dev/guide/signals)
- [@video@Signals Unleashed: The Full Guide](https://www.youtube.com/watch?v=6W6gycuhiN0&t=169s)
- [@article@Angular Signals Complete Guide](https://blog.angular-university.io/angular-signals/)