MCPcopy Create free account
hub / github.com/angular/components / constructor

Method constructor

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

Source from the content-addressed store, hash-verified

125 elementRef = inject(ElementRef);
126
127 constructor() {
128 const table = inject<CdkTable<unknown>>(CDK_TABLE);
129 table._rowOutlet = this;
130 table._outletAssigned();
131 }
132}
133
134/**

Callers

nothing calls this directly

Calls 1

_outletAssignedMethod · 0.80

Tested by

no test coverage detected