()
| 60 | } |
| 61 | |
| 62 | randomizeValue() { |
| 63 | const value = new Date(); |
| 64 | value.setHours(Math.floor(Math.random() * 23), Math.floor(Math.random() * 59), 0); |
| 65 | this.control.setValue(value); |
| 66 | } |
| 67 | |
| 68 | ngOnDestroy(): void { |
| 69 | this._localeSubscription.unsubscribe(); |