MCPcopy Index your code
hub / github.com/angular/components / ngAfterContentChecked

Method ngAfterContentChecked

src/cdk/table/table.ts:684–689  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

682 }
683
684 ngAfterContentChecked() {
685 // Only start re-rendering in `ngAfterContentChecked` after the first render.
686 if (this._canRender()) {
687 this._render();
688 }
689 }
690
691 ngOnDestroy() {
692 this._stickyStyler?.destroy();

Callers

nothing calls this directly

Calls 2

_canRenderMethod · 0.95
_renderMethod · 0.95

Tested by

no test coverage detected