()
| 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 | /** |
nothing calls this directly
no test coverage detected