ngAfterContentChecked method
Implementation
@override
void ngAfterContentChecked() {
if (_shouldListenForFullscreenChanges) {
_updateForFullscreenChangesInsideDomReadLoop();
}
// This adds or removes the scroll border when the content within the <main>
// element has changed.
_setHeaderFooterScrollBorder();
}