Skip to content

Commit 81b7f1f

Browse files
author
Ashish Khanal
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 611ecaa + fa1abdf commit 81b7f1f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Go through the notes [here](docs/learn-typescript.md).
2424
## Learn RxJS
2525
Go through the notes [here](docs/learn-rxjs.md).
2626

27+
## Learn Signals
28+
Go through the notes [here](docs/learn-signals.md).
29+
2730
## Learn Angular fundamentals
2831
[Angular in 2 minutes](https://youtu.be/Y2i6U1L6oyM?si=ld3SFvAalG2-mHz5)
2932
[What is Angular (Great overview!)](https://angular.io/guide/what-is-angular)

docs/learn-signals.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Learn Signals
2+
3+
## Helpful links
4+
1. [Angular Signals: What? Why? and How?](https://youtu.be/oqYQG7QMdzw?si=xluuaRWa8d6Wp35q)(Excellent!)
5+
2. [How Angular Signals and RxJS Work Together](https://youtu.be/5SD995zKvbk?si=Vm2XStInTd3-5qCo)(Excellent!)
6+
3. [Angular Signal vs BehaviorSubject](https://youtu.be/a6XKMj-WRhM?si=i7tal5IuLzJ1bYts)(Excellent!)
7+
4. [Manage State with Angular Signals](https://youtu.be/04avEeicarQ?si=FLOVHMsknG53mQ07)(Excellent!)

0 commit comments

Comments
 (0)