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
fix(datepicker): allow MatCalendarHeader to be re-used inside a custom header (#10856)
* refactor (MatCalendarHeader): remove Host decorator
* fix (remove unused import)
* feature (MatCalendarHeader): add custom header using the standard header to demo
* fix (ts lint)
* test (MatCalendarHeader): add a unit test for custom header input (ongoing)
* refactor (styling)
* refactor (styling)
* test (MatCalendarHeader): pass header component to datepicker
* test (MatCalendarHeader): remove header component to fix test (temporary)
* test (MatCalendarHeader): provide entryComponents
* test (MatCalendarHeader): add custom header component to declarations
* fix (MatCalendarHeader): fix issue with rollup-globals
* test (MatCalendarHeader): get rid of declarations param
* test (MatCalendarHeader): add test to check for standard calendar header selector
* test (MatCalendarHeader): rename test
* test (MatCalendarHeader): type annotations
0 commit comments