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