@skyux/datetime 6.3.2 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +9 -9
- package/esm2020/lib/modules/timepicker/timepicker.directive.mjs +5 -2
- package/fesm2015/skyux-datetime.mjs +4 -1
- package/fesm2015/skyux-datetime.mjs.map +1 -1
- package/fesm2020/skyux-datetime.mjs +4 -1
- package/fesm2020/skyux-datetime.mjs.map +1 -1
- package/package.json +8 -8
@@ -4576,7 +4576,10 @@ class SkyTimepickerInputDirective {
|
|
4576
4576
|
}
|
4577
4577
|
}
|
4578
4578
|
ngOnDestroy() {
|
4579
|
-
|
4579
|
+
/* istanbul ignore else */
|
4580
|
+
if (this.pickerChangedSubscription) {
|
4581
|
+
this.pickerChangedSubscription.unsubscribe();
|
4582
|
+
}
|
4580
4583
|
}
|
4581
4584
|
ngOnChanges() {
|
4582
4585
|
this.skyTimepickerInput.setFormat(this.timeFormat);
|