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