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

Method constructor

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

Source from the content-addressed store, hash-verified

180 elementRef = inject(ElementRef);
181
182 constructor() {
183 const table = inject<CdkTable<unknown>>(CDK_TABLE);
184 table._noDataRowOutlet = this;
185 table._outletAssigned();
186 }
187}
188
189/**

Callers

nothing calls this directly

Calls 1

_outletAssignedMethod · 0.80

Tested by

no test coverage detected