()
| 576 | } |
| 577 | |
| 578 | ngOnDestroy() { |
| 579 | this._destroyOverlay(); |
| 580 | this.close(); |
| 581 | this._inputStateChanges.unsubscribe(); |
| 582 | this.stateChanges.complete(); |
| 583 | } |
| 584 | |
| 585 | /** Selects the given date */ |
| 586 | select(date: D): void { |
nothing calls this directly
no test coverage detected
searching dependent graphs…