()
| 171 | } |
| 172 | |
| 173 | ngOnDestroy() { |
| 174 | this._tabsParent._unregister(); |
| 175 | this._collection.stopObserving(); |
| 176 | } |
| 177 | |
| 178 | /** Opens the tab panel with the specified value. */ |
| 179 | open(value: string): boolean { |
nothing calls this directly
no test coverage detected