diff --git a/README.md b/README.md index e455cc0..6e4411b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/learn-signals.md b/docs/learn-signals.md index e69de29..c350e95 100644 --- a/docs/learn-signals.md +++ b/docs/learn-signals.md @@ -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!)