In today’s post, I will be sharing some notes related to zone.js in Angular: Angular executes all code inside zones: Zones work by creating scoped containers, or execution contexts Angular uses zone.js library to execute all code inside of zones. Zones group a given chunk of code together, even if that code executes asynchronously There…