Angular Course I Hands on Angular signals

HamdiHmidi 197 views 11 slides Jun 08, 2024
Slide 1
Slide 1 of 11
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11

About This Presentation

Angular signals overview and examples


Slide Content

Hands on Angular Signals @hamdi.hmidi

What is reactivity According to Angular Team reactivity is a declarative way to express the propagation of change.

Nodes graph

Change detection

Default change detection

OnPush change detection

Angular signals

Benefits of Angular Signals Eliminates the need for zone.js library. Code is more simple and readable. More performance in change detection process. Easy to test your application.

Writable Signals

Computed Signals

Effects
Tags