### Description Setting the min date year to 1991, the 1990 decade is missing from the century view. min date - new Date(1991, 1, 1); <img width="691" alt="Image" src="https://github.com/user-attachments/assets/2799d59d-93bc-4249-a647-fe5ac0930f49" /> ### Steps To Reproduce Set the min property of the DropDownList to new Date(1991, 1, 1) and navigate to century view. https://stackblitz.com/edit/angular-lxwfcbqu ### Actual Behavior 1990 decade is not displayed. ### Expected Behavior 1990 decade should be rendered the same as showing the decade 2000 when the min date year is 2001.