isDomRenderDirty function

  1. @experimental
bool isDomRenderDirty()

Returns true when AngularDart has modified the DOM.

May be used to optimize polling techniques that attempt to only process events after a significant change detection cycle (i.e. one that modified the DOM versus a no-op).

WARNING: This API is not considered part of the stable API.

Implementation

@experimental
bool isDomRenderDirty() => domRootRendererIsDirty;