A gentle introduction into change detection in Angular #77
Replies: 9 comments 11 replies
-
Hi @maxkoretskyi. I just love the in-depth knowledge that you've been giving for the angular ecosystem. A big thumbs-up (👍) for such an amazing task you do to educate the community. Btw, the link to several articles for change detection is broken. Can you fix that? That would be a great read for the weekend. |
Beta Was this translation helpful? Give feedback.
-
It takes quite a few hours to write that article and it helps a lot, so, yeah, thanks! |
Beta Was this translation helpful? Give feedback.
-
So in this code
we update the value 100 times per second? Even when user is not clicking the button? Sounds like a performance impact to me comparing to the old version. |
Beta Was this translation helpful? Give feedback.
-
My question might be out of context, but for some reason, my break point does not work. My Angular version is 12.2.0 Is there anyone who has experienced the same? |
Beta Was this translation helpful? Give feedback.
-
Hi @maxkoretskyi , please see a the video on the link: https://drive.google.com/file/d/1NQlhUjygzQh2So3zUgiCxYEP9PpLuKyn/view?usp=sharing |
Beta Was this translation helpful? Give feedback.
-
Hi, Could you please verify the parent value change from child in child's |
Beta Was this translation helpful? Give feedback.
-
Hi @maxkoretskyi, Thanks for all excellent articles about Angular. |
Beta Was this translation helpful? Give feedback.
-
Hi @maxkoretskyi , I have a question. Is my understanding about child component's change detection correct? Thank you for your articles. |
Beta Was this translation helpful? Give feedback.
-
Hello, @maxkoretskyi I am confused about a piece of code in First encounter, What's the mean of (click)="0" in the button tag ? Why this can call the function ? Thanks ! (By the way, you wrote a very useful article, thanks a lot!) |
Beta Was this translation helpful? Give feedback.
-
This article describes the use case that results into common ExpressionChangedAfterItHasBeenCheckedError and uses it to explore change detection mechanism and related internal implementation details in depth.
Read the article here.
Beta Was this translation helpful? Give feedback.
All reactions