()
| 125 | elementRef = inject(ElementRef); |
| 126 | |
| 127 | constructor() { |
| 128 | const table = inject<CdkTable<unknown>>(CDK_TABLE); |
| 129 | table._rowOutlet = this; |
| 130 | table._outletAssigned(); |
| 131 | } |
| 132 | } |
| 133 | |
| 134 | /** |
nothing calls this directly
no test coverage detected