()
| 140 | } |
| 141 | |
| 142 | ngOnDestroy() { |
| 143 | if (this._table) { |
| 144 | this._table.removeColumnDef(this.columnDef); |
| 145 | } |
| 146 | } |
| 147 | |
| 148 | /** |
| 149 | * Creates a default header text. Use the options' header text transformation function if one |
nothing calls this directly
no test coverage detected