Skip to content

Commit a24f246

Browse files
author
Manthan Ankolekar
committed
feat: updated
1 parent 329790f commit a24f246

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
- [AfterContentChecked](#aftercontentchecked)
4646
- [OnDestroy](#ondestroy)
4747
- [Forms](#forms)
48+
- [Signals](#signals)
4849
- [Http](#http)
4950
- [Module](#module)
5051
- [Router](#router)
@@ -1557,6 +1558,10 @@ FormArrays
15571558

15581559
```
15591560
1561+
## Signals
1562+
1563+
A signal is a wrapper around a value that can notify interested consumers when that value changes. Signals can contain any value, from simple primitives to complex data structures.
1564+
15601565
## HTTP
15611566
15621567
Import HttpClient Module in Root Module -

0 commit comments

Comments
 (0)