@corp-products/ui-components 4.1.7 → 4.1.8

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.
@@ -1135,7 +1135,7 @@ class DatePickerComponent extends BaseInputComponent {
1135
1135
  constructor() {
1136
1136
  super();
1137
1137
  }
1138
- ngOnInit() {
1138
+ ngAfterViewInit() {
1139
1139
  if (typeof this.control?.value === 'string') {
1140
1140
  const date = new Date(this.control.value);
1141
1141
  if (date) {