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

Method _canRender

src/cdk/table/table.ts:991–993  ·  view source on GitHub ↗

Whether the table has all the information to start rendering.

()

Source from the content-addressed store, hash-verified

989
990 /** Whether the table has all the information to start rendering. */
991 private _canRender(): boolean {
992 return this._hasAllOutlets && this._hasInitialized;
993 }
994
995 /** Renders the table if its state has changed. */
996 private _render(): void {

Callers 2

ngAfterContentCheckedMethod · 0.95
_outletAssignedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected