Change Detection Strategy in Angular

  Рет қаралды 47,917

Fun Of Heuristic

Fun Of Heuristic

Күн бұрын

Angular Change Detection is how angular achieves all its cool features. The two way binding in angular is possible due to the change detection by Angular. The default change detection will runs on all child components if something changed in the parent component, and that can cause a performance issue if you have a big component tree.
To avoid that we can use OnPush change detection strategy and ChangeDetectorRef and we can ask angular when to run the change detection, so this can improve the application performance.
TrackBy: • trackBy - Efficient fo...
Progressive Web Apps Development: bit.ly/359BXpK
Angular Tutorial: bit.ly/2Tnwk1t
Dashboard with chart.js: bit.ly/3c9Jd85
Application Development: bit.ly/398w7Gf
Upload File to server: bit.ly/3ccsjWd
Discord: / discord
Slack: bit.ly/2RXPcEK
You can support me on Patreon: / funofheuristic
Thanks for watching...

Пікірлер: 63
@chandlerbaskins2787
@chandlerbaskins2787 4 жыл бұрын
I've been looking for an Angular KZbinr. Thanks for being one!
@SabrinaDias
@SabrinaDias 3 жыл бұрын
Você explica muito bem finalmente encontrei alguém que vale a pena seguir! Obrigada :)
@FunOfHeuristic
@FunOfHeuristic 3 жыл бұрын
Obrigado ☺️
@joeng5999
@joeng5999 Жыл бұрын
The best explanation I've gotten so far. Thanks.
@anirbanmondal1462
@anirbanmondal1462 3 ай бұрын
Excellent explanation
@abhinavrai8430
@abhinavrai8430 Ай бұрын
Quite knowledgeable video sir
@drmanasdash6879
@drmanasdash6879 4 жыл бұрын
I was searching for this topic, thank you for making it!
@anirudhpanda4843
@anirudhpanda4843 4 жыл бұрын
🙏🏻
@jeaniejung3758
@jeaniejung3758 Жыл бұрын
This is fantastic. Thank you!
@sapnabadgujar1942
@sapnabadgujar1942 8 ай бұрын
Thank you for this clear and concise explanation.
@sreejith7039
@sreejith7039 2 жыл бұрын
Nicely explained change detection compared to the pros. Keep it up
@sandeshth466
@sandeshth466 2 жыл бұрын
Thanks a lot for all the efforts
@rajanjoseph4877
@rajanjoseph4877 3 жыл бұрын
It's really useful to me. Thanks a lot! 👍
@poormancodespmc4598
@poormancodespmc4598 3 жыл бұрын
Thank you very much. The video is useful
@giorgikirvalidze2833
@giorgikirvalidze2833 2 жыл бұрын
good job, easy to understand.
@Semma_Bore
@Semma_Bore 4 жыл бұрын
Thank you for doing this video... Well explained. If possible can you make a video on how to cache post/put request in pwa app using service worker.
@sreenuksr
@sreenuksr 4 жыл бұрын
Great Video. Could you please provide on modal popups and popups in Angular
@harekrishna443
@harekrishna443 2 жыл бұрын
Hi very good that you are sharing your knowledge every one.
@mahendranath2504
@mahendranath2504 2 жыл бұрын
thank you so much, subscribed & liked 👍👍
@mearn_ctaftsman
@mearn_ctaftsman 3 жыл бұрын
This is awesome 👍
@francisvinoth1708
@francisvinoth1708 3 жыл бұрын
great and Clear
@letsgodevs
@letsgodevs 3 жыл бұрын
Thank u sooo much brother:
@amguruprasath8037
@amguruprasath8037 3 жыл бұрын
This was a blessing. Man, please teach us how to develop and write professional Angular application.
@FunOfHeuristic
@FunOfHeuristic 3 жыл бұрын
Thanks for the wonderful comment, I am going to make a video series on full stack development (production level), you can suggest if you want some kind of application.
@amguruprasath8037
@amguruprasath8037 3 жыл бұрын
I am mind blown by the clarity you have and the ease with which you deliver. I would love to see how to build an E-commerce application using RXJS and state-management. Backend I prefer Mongo + Express.
@jaiswalaman
@jaiswalaman 2 жыл бұрын
Very Superb explanation
@prateekbhardwaj9943
@prateekbhardwaj9943 3 жыл бұрын
very good explaination. video is best at 1.5 speed (for me)
@mounicanagasri5357
@mounicanagasri5357 Жыл бұрын
this was ok you could have explained reattach and checkNoChanges methods in usage of changeDetectetorRef
@nadeemkh100
@nadeemkh100 2 жыл бұрын
Very Good One Buddy.
@finwwwfinwww4669
@finwwwfinwww4669 Жыл бұрын
thanks
@thambimoirangthem4499
@thambimoirangthem4499 3 жыл бұрын
good explanation
@abdullahtahan
@abdullahtahan 2 жыл бұрын
note that this strategy applies to all child directives and cannot be overridden so that's why when apply to parent we no longer get the changes
@sasidarans838
@sasidarans838 3 жыл бұрын
Pl upload some videos regarding angular lifecycle
@TranNguyen-pw5xo
@TranNguyen-pw5xo 2 жыл бұрын
hello, can you tell me what's the different between markForCheck abd detectChanges?
@abhilashrajagopal9455
@abhilashrajagopal9455 2 жыл бұрын
Nice Content
@TranNguyen-pw5xo
@TranNguyen-pw5xo 2 жыл бұрын
nice content
@SuperLadly
@SuperLadly 3 жыл бұрын
Good one. Thank you. Video length can be reduced.
@123ankit321
@123ankit321 4 жыл бұрын
Wow. Such a cool tshirt. Where did you get it from ?
@FunOfHeuristic
@FunOfHeuristic 4 жыл бұрын
It's designed by one of my friend, please check: slayinIt.in
@123ankit321
@123ankit321 4 жыл бұрын
@@FunOfHeuristic awesome 😎🔥
@this.rawvoice2294
@this.rawvoice2294 2 жыл бұрын
Padh lo tshirt baad m dekhna
@aniketsharma944
@aniketsharma944 4 жыл бұрын
Hey Bro, Can you do a video on best ways to Authenticate Users and Api's in MEAN Stack...!!??
@FunOfHeuristic
@FunOfHeuristic 4 жыл бұрын
Ya, I will make one, thanks for the suggestion.
@mabos555
@mabos555 3 жыл бұрын
on puss... wow I struggeled to understand that this meant on PUSH... anyway so what to do with the array.push you didn't explain the last part should we do the markForCheck again? thanks
@Karthikp007
@Karthikp007 Жыл бұрын
You should explain the code first. If we see only parent child printed in console, how can we understand
@praveengunasekaran790
@praveengunasekaran790 4 жыл бұрын
can you make video on wat is diff btwn css,sass,less,scss
@FunOfHeuristic
@FunOfHeuristic 4 жыл бұрын
I will 😊
@harshivpatel6430
@harshivpatel6430 3 жыл бұрын
noob
@vasilemoraru89
@vasilemoraru89 3 жыл бұрын
could you share the code please ?
@AbhinawTiwariAT
@AbhinawTiwariAT 3 жыл бұрын
Thanks man! Always easier to learn from an Indian English speaker.
@anil2009
@anil2009 4 жыл бұрын
what are HTTP interceptor
@FunOfHeuristic
@FunOfHeuristic 4 жыл бұрын
You can think the interceptor as a middleman between your API call and the server so you can add,remove or modify anything you want.
@Gn0ume
@Gn0ume 2 жыл бұрын
What language does he speak? I want to learn it
@Saaad2
@Saaad2 2 жыл бұрын
hindi off course..
@namratasurwase3300
@namratasurwase3300 2 жыл бұрын
Kahana kya chahate ho???🙄
@sekarbright52
@sekarbright52 3 жыл бұрын
share your code in github
@expertreviews1112
@expertreviews1112 2 жыл бұрын
“Detect changes in the DOM” 0:37 Are you out of your mind there????
@hastingsjohn495
@hastingsjohn495 2 жыл бұрын
Not a clear explanation. After these many video, I could fell ur nervous when u speak and that hindering ur thoughts. But teaching the angular topics for viewers is great initiative..
@Amitk7950
@Amitk7950 2 жыл бұрын
you made the topic more confused :(
@fernandotrovao4093
@fernandotrovao4093 2 жыл бұрын
you have a funny accent, sounds like a child speaking
@anandsingh-pw6mm
@anandsingh-pw6mm 2 жыл бұрын
you are confused yourself. :D
@doctorrush6789
@doctorrush6789 2 жыл бұрын
Bro Because of Your communication skills i am leaving this video . Tried very hard . Just a positive criticism please first improve that.
@sarikabsatpute
@sarikabsatpute Жыл бұрын
Practical is expected bakvas explainayion
Zone.js and NgZone in Angular | Run your code outside Angular
16:01
Fun Of Heuristic
Рет қаралды 24 М.
Change Detection in Angular - You Project Is 20x Slower!
15:16
Monsterlessons Academy
Рет қаралды 69 М.
Эффект Карбонаро и нестандартная коробка
01:00
История одного вокалиста
Рет қаралды 10 МЛН
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 200 МЛН
Finger Heart - Fancy Refill (Inside Out Animation)
00:30
FASH
Рет қаралды 28 МЛН
Mama vs Son vs Daddy 😭🤣
00:13
DADDYSON SHOW
Рет қаралды 46 МЛН
Change Detection, Immutability, OnPush Strategy in Angular (Tutorial)
16:54
TheAngularCoder || Gourav
Рет қаралды 8 М.
Senior Angular Developer Interview (theory)
41:57
WeCoded
Рет қаралды 13 М.
Water powered timers hidden in public restrooms
13:12
Steve Mould
Рет қаралды 650 М.
What’s new in Angular v18
20:08
Angular
Рет қаралды 112 М.
Angular change detection explained in 5 minutes
6:06
Simplified Courses
Рет қаралды 13 М.
Why didn't the Angular team just use RxJS instead of Signals?
8:15
Joshua Morony
Рет қаралды 90 М.
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
Эффект Карбонаро и нестандартная коробка
01:00
История одного вокалиста
Рет қаралды 10 МЛН