ngAfterContentChecked method

  1. @override
void ngAfterContentChecked()

Implementation

@override
void ngAfterContentChecked() {
  if (_shouldListenForFullscreenChanges) {
    _updateForFullscreenChangesInsideDomReadLoop();
  }

  // This adds or removes the scroll border when the content within the <main>
  // element has changed.
  _setHeaderFooterScrollBorder();
}