06Dec
When to use Ngzone in ANGULAR
Every JavaScript framework has its own way to handle the change detection. i.e. When to update the UI. Considering the Angular framework, it uses Zone.js. Open your package.json file in angular project and you will see zone.js. Zone.js is an execution context for tracking and intercepting async operations like: DOM events (click, keydown, keyup, etc), setTimeout, setInterval. XMLHttpRequests etc. So, without […]
- Posted by admin
- On December 6, 2019
- 0 Comments
- Read More