Angular : Event loop for Lifecycle hook
May 27, 2024 · 5 min read · In this article, we are going to understand how the javascript event loop is related to Angular change detection which is internally related to Angular's lifecycle hooks. First, let's understand how angular change detection is related to its lifecycl...
Join discussion