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

Method constructor

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

Source from the content-addressed store, hash-verified

143 elementRef = inject(ElementRef);
144
145 constructor() {
146 const table = inject<CdkTable<unknown>>(CDK_TABLE);
147 table._headerRowOutlet = this;
148 table._outletAssigned();
149 }
150}
151
152/**

Callers

nothing calls this directly

Calls 1

_outletAssignedMethod · 0.80

Tested by

no test coverage detected