Full Stack Web Development, Fast Focus

W11 Fast Focus: Introduction to Angular Signals

05/01/2024

2:00pm - 2:20pm

Level: Introductory to Intermediate

Deborah Kurata

Microsoft MVP and Google Developer Expert (GDE)

Consultant, Speaker, Author

An exciting new feature has come to Angular: signals! Angular developers can leverage the power of signals to create highly reactive applications. Signals provide a new way for our code to inform our templates (and other code) that our data has changed, offering more granular control over how and when updates are propagated, improving change detection.

Signals also provide a powerful, yet straightforward approach to effectively manage state. This simplifies how we handle data in our applications.

You will learn:

  • What are signals?
  • Why would you want to use a signal?
  • How do you create, read and change a signal?