You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test fixes for date-range using selection model (#13919)
* adds an abstract date selection model and a single date and range implementation
* moves adapter to contructor
* adds asDate and asRange convertions
* adds explicit constructors to concrete implementations
* Adds an abstract date selection model (#13033)
This PR also includes a single date implementation of the selection model and the range implementation.
* WIP uses date selectio in calendar
* Observable in MatDateSelection (#13037)
This change adds an observable to the date selection. This allows the usage of a single date selection instance instead of creating multiple.
* test fixes
* small cleanup
* cleanup
* improves calendar body test spec
* fixes tests in month view
* fixes matCalendar tests
* cleared up calendar body tests with date injection
* indent
* cleaning up some nits
* fixes the final tests
* update today programatically
* remove unused file
* nits
0 commit comments