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