Closed
Description
How do I set the min
property dynamically?
I have a Date from and a Date to - The min
of Date to must be the selected value of Date from I tried to achieve this by setting the component.config.min
but nothing happens.
This stackblitz demonstrates this: Change min date dynamically