Angular Signals: The Complete Guide

  Рет қаралды 19,243

Web Tech Talk

Web Tech Talk

Күн бұрын

Пікірлер: 73
@shyamplays
@shyamplays 6 ай бұрын
awesome!!!! Thanks for detailed explanation, Please make a complete tutorial series on angular 18 with all new concepts.
@WebTechTalk
@WebTechTalk 6 ай бұрын
Nice idea. I will create one video.
@84Joooli
@84Joooli 5 күн бұрын
Thank you for the examples showing why to use these! The first simple example was really all that was needed :) and your real world scenario added the explanation of why we sometimes should allow for setting values inside an effect, great!
@WebTechTalk
@WebTechTalk 4 күн бұрын
Thank you so much for your great feedback.
@mahmoudsamir6876
@mahmoudsamir6876 2 ай бұрын
I appreciate the time and effort you put into each video.
@WebTechTalk
@WebTechTalk 2 ай бұрын
Thank you so much 🙏
@renrenklein_th
@renrenklein_th 6 ай бұрын
Great video I love how you show all of your points using examples and not just assuming people can learn just by being told the concepts. Very nicely done.
@WebTechTalk
@WebTechTalk 6 ай бұрын
Thanks a lot 🙏
@matthewdolman
@matthewdolman 14 күн бұрын
This was a really concise explanation, great work
@WebTechTalk
@WebTechTalk 14 күн бұрын
Thank you so much
@PrathyushaReddyChalla
@PrathyushaReddyChalla 3 ай бұрын
Great video. You cleared all my doubts . Thanks A lot !!!
@WebTechTalk
@WebTechTalk 3 ай бұрын
Thank you so much
@immohammadjaved
@immohammadjaved 3 ай бұрын
Hats off to you🎉, the simplest tutorial of signal
@WebTechTalk
@WebTechTalk 3 ай бұрын
Thank you so much 🙏
@ananda2153
@ananda2153 2 ай бұрын
Detailed explanation of signals with a real time example. Thanks for sharing the knowledge !!
@WebTechTalk
@WebTechTalk 2 ай бұрын
Thank you so much.
@ayushsharma397
@ayushsharma397 3 ай бұрын
Amazing, complete video, Thanks!
@WebTechTalk
@WebTechTalk 3 ай бұрын
Thank you so much 😊
@LexMadafaka
@LexMadafaka 4 ай бұрын
Very very useful and understandable example. Thanks you.
@WebTechTalk
@WebTechTalk 4 ай бұрын
Thank you so much 🙏
@makannanagaraj3060
@makannanagaraj3060 2 ай бұрын
Precise explanation, Thank you for your effort
@WebTechTalk
@WebTechTalk 2 ай бұрын
Thank you so much
@jaykamau2753
@jaykamau2753 Ай бұрын
Liked and subscribed! Thank you for the explanation
@WebTechTalk
@WebTechTalk Ай бұрын
Thank you so much 🙏
@huw1676
@huw1676 2 ай бұрын
Really good explanation. Thank you
@WebTechTalk
@WebTechTalk 2 ай бұрын
@@huw1676 Thank you
@SumitKhanduri
@SumitKhanduri 7 ай бұрын
Quick question Do we have to use same instance of TodoService to make it work with signals, instead of => {providedIn: root} can we use => providers:[MyService] But then what is the point of Signals then, i can build the same functionality without signals using shared service. PS: what i am trying to understand is that what advantage signals provides here then.
@WebTechTalk
@WebTechTalk 7 ай бұрын
Good question. Yes, we need to have same instance of service, otherwise we cannot share the same signal. The benefit of signals is more related to reactive programming. For example, in an add to cart application, we can share data through service, but if the data changes that will not be notified to the other components unless we use a Subject mechanism or Emitter mechanism. But this will be solved when we use Signals. Also, Signals are recently introduced, and some APIs are getting changed. So, we may expect more features in the upcoming angular releases.
@Remirured
@Remirured 6 ай бұрын
Great video, thank you sir
@WebTechTalk
@WebTechTalk 6 ай бұрын
Thank you so much
@Hamir.
@Hamir. 5 ай бұрын
learned with pratical examples
@WebTechTalk
@WebTechTalk 5 ай бұрын
Thanks
@jashneaaftabi
@jashneaaftabi 7 ай бұрын
Your every video is ahead of time or I can say AOT 😂 kudos to you 🎉👍
@WebTechTalk
@WebTechTalk 7 ай бұрын
Thank you so much 😀
@ommo289
@ommo289 6 ай бұрын
thank you sir for a good and short compilation of the whole theme one question about your real life example: when creating an effect for calling refreshCart() function you said "whenever my cart signal is changed". And there is no single signal value used inside the effect function. Does it mean that effects listen ALL signals that are in the scope of a component (meaning every signal that is stored inside cartService or other dependencies)? Or does it happens because you're actually calling set function of your signal inside of refreshCart (which in it's turn is called inside an effect)?
@WebTechTalk
@WebTechTalk 6 ай бұрын
Very good question. The effect is triggered because of this line of code. this.cartService.cart() in the for loop. As I am using the cart signal inside the refreshCart function, whenever its value changes the effect will be triggered.
@sandeep_gandham
@sandeep_gandham 7 ай бұрын
Good concelt sir❤👌
@WebTechTalk
@WebTechTalk 7 ай бұрын
Thank you so much
@godexpubg2957
@godexpubg2957 4 ай бұрын
Thanks a lot
@WebTechTalk
@WebTechTalk 4 ай бұрын
Most welcome
@danielvega646
@danielvega646 4 ай бұрын
This is basically Angular implementing React. Now we have fewer reasons to use React, lmao.
@WebTechTalk
@WebTechTalk 4 ай бұрын
Yes :)
@mraihiamine2907
@mraihiamine2907 7 ай бұрын
Sir do you have the project in GitHub?
@WebTechTalk
@WebTechTalk 7 ай бұрын
Yes. You can find in the same GitHub repo.
@mraihiamine2907
@mraihiamine2907 7 ай бұрын
@@WebTechTalk the link please
@WebTechTalk
@WebTechTalk 7 ай бұрын
@@mraihiamine2907 github.com/freelancer-surender/Angular-General
@mraihiamine2907
@mraihiamine2907 6 ай бұрын
Thank you so so so much sir 🥰
@videogenix5510
@videogenix5510 7 ай бұрын
Sir please make a video of project using advanced concepts. Also now angular 18 is out and i am waiting for your videos to know in simple way angular 18 features. Btw way i want to tell you that i switch from my company by learning angular from your zero to hero and hero to superhero series. Whoever asks me i share your channel. Its best and simple. Thanks.
@WebTechTalk
@WebTechTalk 7 ай бұрын
Thank you so much 👍 So happy to hear that my videos helped you in your career advancement. Definitely I will create a video on complete project using advanced concepts.
@mmkbhdk
@mmkbhdk 2 ай бұрын
can u share your github repo for the video example code?
@WebTechTalk
@WebTechTalk 2 ай бұрын
You can find all codes related to angular advanced concepts here. github.com/freelancer-surender/Angular-General
@mmkbhdk
@mmkbhdk 2 ай бұрын
@@WebTechTalk Thanks a lot
@videogenix5510
@videogenix5510 7 ай бұрын
Why you stopped sharing github for advanced concepts? Can you please share them?
@WebTechTalk
@WebTechTalk 7 ай бұрын
I usually push the code once after the video is published. You can check now.
@anutaNYC
@anutaNYC 6 ай бұрын
I am still not clear how we know that effect will not trigger infinite changes?
@WebTechTalk
@WebTechTalk 6 ай бұрын
Effect will trigger infinite changes only when we are setting some value inside the effect which triggers another effect and the loop continues.
@sunil24sunil
@sunil24sunil 3 ай бұрын
bro i need parent child concepts using output input
@WebTechTalk
@WebTechTalk 3 ай бұрын
Please see this video bro kzbin.info/www/bejne/pGW4lXyMlpifr6c
@matthewkk5087
@matthewkk5087 7 ай бұрын
Its same like react usestate as I see
@WebTechTalk
@WebTechTalk 7 ай бұрын
Yes. And effect is somewhat similar to useEffect.
@igorr4682
@igorr4682 6 ай бұрын
It's very disappointing and discouraging that we don't have any English-speaking individuals who can effectively teach others in a proper way.
@WebTechTalk
@WebTechTalk 6 ай бұрын
Sorry bro I am not a native English speaker
@mohammedhussain602
@mohammedhussain602 6 ай бұрын
Well u try teaching this subject nothing stopping, or u saying ur English is not up to spec😂
@Zhene4eg
@Zhene4eg 6 ай бұрын
Okay, so looks like Angular team want's to stop using ReactiveX(RxJS) - and use their own approach istead. Looks like main idea of signals - remove third party RxJS from Angular, am I right ?
@WebTechTalk
@WebTechTalk 6 ай бұрын
Reactive programming is always good and Angular is moving towards the same. We still need RxJS. Also angular is improving performance in many ways. One such way is through Signals.
@Zhene4eg
@Zhene4eg 6 ай бұрын
@@WebTechTalk thanks :)
What's new in Angular 18
2:27
Web Tech Talk
Рет қаралды 2,3 М.
Why Angular Signals? Write Your First Signal
14:25
Angular University
Рет қаралды 16 М.
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН
Signals in angular explained by @uxtrendz (2023)
19:34
UX Trendz
Рет қаралды 21 М.
TOP 6 Mistakes in RxJS code
18:35
Decoded Frontend
Рет қаралды 24 М.
Signals Unleashed: The Full Guide
1:39:24
Rainer Hahnekamp
Рет қаралды 31 М.
Why didn't the Angular team just use RxJS instead of Signals?
8:15
Joshua Morony
Рет қаралды 103 М.
Deferrable Views - New Feature in Angular 17
15:31
Decoded Frontend
Рет қаралды 25 М.
Deferrable Views in Angular 17
10:01
Web Tech Talk
Рет қаралды 2,5 М.
Understand Angular Signals in 20 Minutes
20:17
Igor Sedov
Рет қаралды 11 М.
Build Generalized DRY Angular Code with Generics
14:44
Deborah Kurata
Рет қаралды 12 М.
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН