Frano Rezo

Results 4 comments of Frano Rezo

@charms9 True, I have the same issue while using Angular 9 and ngx-bootstrap version v.5.6.1 where the following code doesn't fire a `(bsValueChange)` event: ``` ``` But the `(bsValueChange)` event...

Too bad to hear that. For now, on each change detection, we'll try to update the `minDate` property of `bsConfig` in the similar way as it is described on the...

@latusdenis Here is how I solved it in my case. The template still looks the same, just without `[minDate]="minDate"` property binding: ``` ``` Inside the component I've just added few...

@adrianmanduc Have you tried experimenting with the `ChangeDetectorRef` to manually trigger change detection in the Angular which may help you with `minDate` config getting applied? Try adding it as a...