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

pull/6470/head
J. Degand 3 months ago committed by GitHub
parent f6c570bea3
commit cc998be478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      src/data/roadmaps/angular/content/signals@u1TG8i145o0RKhOR_5epf.md

@ -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/)
Loading…
Cancel
Save