Angular Signals: The Complete Guide

Angular Signals: The Complete Guide

Web Tech Talk

5 месяцев назад

13,841 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sandeep_gandham
@sandeep_gandham - 15.05.2024 13:32

Good concelt sir❤👌

Ответить
@videogenix5510
@videogenix5510 - 15.05.2024 14:08

Why you stopped sharing github for advanced concepts? Can you please share them?

Ответить
@jashneaaftabi
@jashneaaftabi - 15.05.2024 16:25

Your every video is ahead of time or I can say AOT 😂 kudos to you 🎉👍

Ответить
@SumitKhanduri
@SumitKhanduri - 16.05.2024 05:28

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.

Ответить
@prakashbtw678
@prakashbtw678 - 22.05.2024 12:08

Hi,
Can you please provide your contact?

Ответить
@videogenix5510
@videogenix5510 - 24.05.2024 07:11

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.

Ответить
@matthewkk5087
@matthewkk5087 - 25.05.2024 16:37

Its same like react usestate as I see

Ответить
@mraihiamine2907
@mraihiamine2907 - 28.05.2024 22:24

Sir do you have the project in GitHub?

Ответить
@ommo289
@ommo289 - 01.06.2024 15:38

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)?

Ответить
@renrenklein_th
@renrenklein_th - 07.06.2024 18:12

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.

Ответить
@igorr4682
@igorr4682 - 08.06.2024 18:59

It's very disappointing and discouraging that we don't have any English-speaking individuals who can effectively teach others in a proper way.

Ответить
@Remirured
@Remirured - 09.06.2024 11:53

Great video, thank you sir

Ответить
@gofudgeyourselves9024
@gofudgeyourselves9024 - 15.06.2024 14:48

I think mutate has been removed from angular 18, we can use something like this this.colors.update((value) => [...value, 'yellow']);

Ответить
@gofudgeyourselves9024
@gofudgeyourselves9024 - 15.06.2024 14:52

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?

Ответить
@anutaNYC
@anutaNYC - 18.06.2024 19:22

I am still not clear how we know that effect will not trigger infinite changes?

Ответить
@Zhene4eg
@Zhene4eg - 22.06.2024 12:48

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 ?

Ответить
@Hamir.
@Hamir. - 24.07.2024 23:55

learned with pratical examples

Ответить
@godexpubg2957
@godexpubg2957 - 05.08.2024 14:37

Thanks a lot

Ответить
@LexMadafaka
@LexMadafaka - 07.08.2024 19:07

Very very useful and understandable example. Thanks you.

Ответить
@danielvega646
@danielvega646 - 11.08.2024 21:10

This is basically Angular implementing React. Now we have fewer reasons to use React, lmao.

Ответить
@immohammadjaved
@immohammadjaved - 30.08.2024 22:12

Hats off to you🎉, the simplest tutorial of signal

Ответить
@ayushsharma397
@ayushsharma397 - 08.09.2024 06:56

Amazing, complete video, Thanks!

Ответить
@sunil24sunil
@sunil24sunil - 13.09.2024 15:13

bro i need parent child concepts using output input

Ответить
@PrathyushaReddyChalla
@PrathyushaReddyChalla - 25.09.2024 10:22

Great video. You cleared all my doubts . Thanks A lot !!!

Ответить
@mmkbhdk
@mmkbhdk - 30.09.2024 20:29

can u share your github repo for the video example code?

Ответить
@ananda2153
@ananda2153 - 05.10.2024 08:27

Detailed explanation of signals with a real time example. Thanks for sharing the knowledge !!

Ответить
@makannanagaraj3060
@makannanagaraj3060 - 08.10.2024 06:47

Precise explanation, Thank you for your effort

Ответить
@mahmoudsamir6876
@mahmoudsamir6876 - 15.10.2024 12:38

I appreciate the time and effort you put into each video.

Ответить
@huw1676
@huw1676 - 16.10.2024 22:48

Really good explanation. Thank you

Ответить
@shyamplays
@shyamplays - 02.06.2024 09:02

awesome!!!! Thanks for detailed explanation, Please make a complete tutorial series on angular 18 with all new concepts.

Ответить