The mechanics of DOM updates in Angular #108
maxkoretskyi
started this conversation in
Article discussion
Replies: 1 comment 1 reply
-
Thanks a lot! You are making a really invaluable great job! Looking forward to updated articles about Ivy |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DOM updates is part of Angular’s change detection mechanism. This article explores how the rendering part of change detection works and introduces the
UpdateRenderer
function.Read the article here.
Beta Was this translation helpful? Give feedback.
All reactions