1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-09 10:46:52 +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

View File

@@ -1 +1,9 @@
# 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/)