Implement custom dirty-checking using NgZone/Zone

added by JavaScript Kicks
5/20/2019 9:38:07 AM

692 Views

Trigger a change detection cycle only when needed using Angular extended Zone.js functionality in a class called NgZone Change detection is the process of reflecting changes made on an app state to the DOM. With the advent of SPAs, web apps HTML are dynamically generated by the framework code.


0 comments