Explain AngularJS digest cycle?

devquora
devquora

Posted On: Mar 24, 2020

 

AngularJS digest cycle is the process behind Angular JS data binding. In each digest cycle, Angular compares the old and the new version of the scope model values. The digest cycle is triggered automatically. We can also use $apply() if we want to trigger the digest cycle manually.

Angular Digest Cycle

    Related Questions

    Please Login or Register to leave a response.

    Related Questions