Комментарии:
Good concelt sir❤👌
ОтветитьWhy you stopped sharing github for advanced concepts? Can you please share them?
ОтветитьYour every video is ahead of time or I can say AOT 😂 kudos to you 🎉👍
Ответить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.
Hi,
Can you please provide your contact?
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.
Its same like react usestate as I see
ОтветитьSir do you have the project in GitHub?
Ответить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)?
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.
ОтветитьIt's very disappointing and discouraging that we don't have any English-speaking individuals who can effectively teach others in a proper way.
ОтветитьGreat video, thank you sir
ОтветитьI think mutate has been removed from angular 18, we can use something like this this.colors.update((value) => [...value, 'yellow']);
ОтветитьI am still confused on when to use signals? If i take a normal variable instead of a writable signal, then also i get the same result so what's the real use case of signal. Does normal variables uses Zone.js whereas signals are zone less?
ОтветитьI am still not clear how we know that effect will not trigger infinite changes?
Ответить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 ?
learned with pratical examples
ОтветитьThanks a lot
ОтветитьVery very useful and understandable example. Thanks you.
ОтветитьThis is basically Angular implementing React. Now we have fewer reasons to use React, lmao.
ОтветитьHats off to you🎉, the simplest tutorial of signal
ОтветитьAmazing, complete video, Thanks!
Ответитьbro i need parent child concepts using output input
ОтветитьGreat video. You cleared all my doubts . Thanks A lot !!!
Ответитьcan u share your github repo for the video example code?
ОтветитьDetailed explanation of signals with a real time example. Thanks for sharing the knowledge !!
ОтветитьPrecise explanation, Thank you for your effort
ОтветитьReally good explanation. Thank you
Ответитьawesome!!!! Thanks for detailed explanation, Please make a complete tutorial series on angular 18 with all new concepts.
Ответить