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

Method constructor

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

Source from the content-addressed store, hash-verified

161 elementRef = inject(ElementRef);
162
163 constructor() {
164 const table = inject<CdkTable<unknown>>(CDK_TABLE);
165 table._footerRowOutlet = this;
166 table._outletAssigned();
167 }
168}
169
170/**

Callers

nothing calls this directly

Calls 1

_outletAssignedMethod · 0.80

Tested by

no test coverage detected