Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish Khanal committed Jan 3, 2024
2 parents 611ecaa + fa1abdf commit 81b7f1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Go through the notes [here](docs/learn-typescript.md).
## Learn RxJS
Go through the notes [here](docs/learn-rxjs.md).

## Learn Signals
Go through the notes [here](docs/learn-signals.md).

## Learn Angular fundamentals
[Angular in 2 minutes](https://youtu.be/Y2i6U1L6oyM?si=ld3SFvAalG2-mHz5)
[What is Angular (Great overview!)](https://angular.io/guide/what-is-angular)
Expand Down
7 changes: 7 additions & 0 deletions docs/learn-signals.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Learn Signals

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

0 comments on commit 81b7f1f

Please sign in to comment.