Change Detection | How Angular Tracks and Updates Data | Advanced Angular | Hero to Superhero

  Рет қаралды 14,843

Web Tech Talk

Web Tech Talk

Күн бұрын

Пікірлер: 55
@jakirhossainmolla2126
@jakirhossainmolla2126 4 ай бұрын
I have not seen any other video that explained change detection so well. Thanks a lot sir
@WebTechTalk
@WebTechTalk 4 ай бұрын
Thank you so much
@shambhvisharma8164
@shambhvisharma8164 Жыл бұрын
The best solution for all the confusion. Thanks a lot
@WebTechTalk
@WebTechTalk Жыл бұрын
Thank you very much for your valuable feedback.
@rahulrahul6259
@rahulrahul6259 9 ай бұрын
Very crystal clear explanation,with very basic example not too complex thankyou so much
@WebTechTalk
@WebTechTalk 9 ай бұрын
Thank you so much
@Furki4_4
@Furki4_4 Жыл бұрын
Thank you a lot, can't be more clear than that.
@WebTechTalk
@WebTechTalk Жыл бұрын
Thank you very much
@Aliana9603
@Aliana9603 Ай бұрын
Thank you so much for this video! So well-explained with the explanations and examples ❤ Helps a lot
@WebTechTalk
@WebTechTalk Ай бұрын
Thank you so much 🙏
@kaushalkishor143
@kaushalkishor143 7 ай бұрын
Thanks for explain in very clear way.
@WebTechTalk
@WebTechTalk 7 ай бұрын
Thank you 🙏
@ravitejabommakanti
@ravitejabommakanti Жыл бұрын
the explanation is spot on, Thanks for the amazing work!
@WebTechTalk
@WebTechTalk Жыл бұрын
Thank you very much bro.
@faixan13
@faixan13 2 жыл бұрын
Just love your precise and to the point explanation, as I am preparing for interview, these quick videos covering all the basic/advance concepts helping me alot 😇
@WebTechTalk
@WebTechTalk 2 жыл бұрын
Thanks. All the very best for your interview
@nallusamysubramanian5899
@nallusamysubramanian5899 2 жыл бұрын
Thanks Bro. Your videos are crystal clear. Much better than paid courses. Keep Going. I am waiting for Angular JWT Authentication...
@WebTechTalk
@WebTechTalk 2 жыл бұрын
Thank you very much for your valuable feedback. I will try to do a video on JWT Authentication
@belalmohamed963
@belalmohamed963 Жыл бұрын
Great Explanation Bro
@WebTechTalk
@WebTechTalk Жыл бұрын
Thank you 🙂
@dopeshots9687
@dopeshots9687 2 жыл бұрын
please continue this playlist. and elaborate change detection video. also create a playlist on declarative reactive programming in Angular with RxJS
@WebTechTalk
@WebTechTalk 2 жыл бұрын
Sure
@dopeshots9687
@dopeshots9687 2 жыл бұрын
@@WebTechTalk please create a playlist on NgRX too
@WebTechTalk
@WebTechTalk 2 жыл бұрын
@@dopeshots9687 Sure. NgRx is already in my list
@techpro-q1o
@techpro-q1o 3 ай бұрын
well explained !
@WebTechTalk
@WebTechTalk 3 ай бұрын
Thank you so much 😊
@SandeepSaini-tr9sv
@SandeepSaini-tr9sv 4 ай бұрын
well explained sir
@WebTechTalk
@WebTechTalk 4 ай бұрын
Thank you so much
@VigneshwaranSourirajalu
@VigneshwaranSourirajalu Ай бұрын
Thanks a lot sir
@WebTechTalk
@WebTechTalk Ай бұрын
Thank you
@Tanmesh1992
@Tanmesh1992 5 ай бұрын
Nicely explained, keep it up
@WebTechTalk
@WebTechTalk 5 ай бұрын
Thank you so much 🙏
@santhosht6397
@santhosht6397 Жыл бұрын
Really excellent Could do to advance level of angular code in industry level Technical problem and solution
@WebTechTalk
@WebTechTalk Жыл бұрын
Thank you very much
@uifrontenddeveloper3841
@uifrontenddeveloper3841 7 ай бұрын
Very Awesome
@WebTechTalk
@WebTechTalk 7 ай бұрын
Thank you so much 🙏
@greekplayback
@greekplayback 2 жыл бұрын
Thanks , can you please share the code of the parent child example ?
@WebTechTalk
@WebTechTalk 2 жыл бұрын
Pushed the code. You can get it from the git repo. github.com/freelancer-surender/Angular---Hero-to-Superhero/tree/master/change-detection
@greekplayback
@greekplayback 2 жыл бұрын
@@WebTechTalk Thanks ✌️✌️✌️
@markorazumenic6915
@markorazumenic6915 7 ай бұрын
There was a nice source code for this video on github before? Did you remove it? Can we please have github link again?
@WebTechTalk
@WebTechTalk 7 ай бұрын
No, it is still there. You can get all source codes for this series from this repo. github.com/freelancer-surender/Angular---Hero-to-Superhero
@markorazumenic6915
@markorazumenic6915 7 ай бұрын
@@WebTechTalk thanks
@pruserin
@pruserin 3 ай бұрын
Hi Sir, quick question if i have component like this : Grandparent => parent => child => grandchild scenario1: if use changedetection onpush on child and parent and, I set read and increment counter from all the compnents. so when i increment the counter in parent it does not reflect in child and grandchild but when i increment counter from child it reflects in parent even though i am using OnPUsh strategy on parent is this normal behavior ? PS: can you cover all scenarios it would be gread help
@WebTechTalk
@WebTechTalk 3 ай бұрын
Hi, I didn't understand your question fully. If we set strategy as onPush, change detection will not be triggered on that component. In your scenario, did you set it as onPush in child and parent or child and grand child?
@mirzaleka9319
@mirzaleka9319 2 жыл бұрын
You could also use setter inside a child component to get latest value coming from parent @Input() set nameSetter(value: string) { this.name = value; } this will trigger on every change to the property
@WebTechTalk
@WebTechTalk 2 жыл бұрын
Yes
@sandeep_gandham
@sandeep_gandham 2 жыл бұрын
Sir waiting for JS super hero series
@WebTechTalk
@WebTechTalk 2 жыл бұрын
Sure. Actually I want to make all the topics ready before I publish the first one. That is why it is getting delayed
@sandeep_gandham
@sandeep_gandham 2 жыл бұрын
@@WebTechTalk Ohoo Ok sir daily you publish one video sir so that we can catch the concept.
@WebTechTalk
@WebTechTalk 2 жыл бұрын
@@sandeep_gandham Actually I am a single person. I want to prepare for the concept, record, edit and publish. That is the problem. I will try to increase the frequency. :)
@SaiKumar-tg6ct
@SaiKumar-tg6ct 2 жыл бұрын
Will you make videoes on state management
@WebTechTalk
@WebTechTalk 2 жыл бұрын
Sure. I will do a video on state management using NgRx
@SaiKumar-tg6ct
@SaiKumar-tg6ct 2 жыл бұрын
@@WebTechTalk ok, thanks
@kiransaravade5127
@kiransaravade5127 21 сағат бұрын
very nice.. please share source code
@WebTechTalk
@WebTechTalk 19 сағат бұрын
You can find the source code of the applications used in all the videos in this repository. github.com/freelancer-surender/Angular---Hero-to-Superhero
Change Detection Strategy in Angular
23:17
Fun Of Heuristic
Рет қаралды 49 М.
Cool Parenting Gadget Against Mosquitos! 🦟👶 #gen
00:21
TheSoul Music Family
Рет қаралды 32 МЛН
This mother's baby is too unreliable.
00:13
FUNNY XIAOTING 666
Рет қаралды 40 МЛН
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 108 МЛН
Mom had to stand up for the whole family!❤️😍😁
00:39
Change Detection in Angular - Pt.1 View Checking
18:06
Decoded Frontend
Рет қаралды 38 М.
Angular Signals: The Complete Guide
15:22
Web Tech Talk
Рет қаралды 12 М.
From Beginner to Pro: Demystifying Angular Change Detection in Depth
12:56
Monsterlessons Academy
Рет қаралды 6 М.
Angular change detection explained in 5 minutes
6:06
Simplified Courses
Рет қаралды 14 М.
Dependency Injection in-depth | Advanced Angular
8:48
Web Tech Talk
Рет қаралды 4,3 М.
Change Detection in Angular - You Project Is 20x Slower!
15:16
Monsterlessons Academy
Рет қаралды 72 М.
What’s new in Angular v18
20:08
Angular
Рет қаралды 130 М.
Cool Parenting Gadget Against Mosquitos! 🦟👶 #gen
00:21
TheSoul Music Family
Рет қаралды 32 МЛН