feat(material-date-fns-adapter): add date adapter for date-fns#23262
feat(material-date-fns-adapter): add date adapter for date-fns#23262zarend merged 3 commits intoangular:masterfrom
Conversation
403f448 to
691a88d
Compare
691a88d to
06a5c85
Compare
|
|
||
| /** InjectionToken for datepicker that can be used to override default locale code. */ | ||
| export const MAT_DATE_LOCALE = new InjectionToken<string>('MAT_DATE_LOCALE', { | ||
| export const MAT_DATE_LOCALE = new InjectionToken<{}>('MAT_DATE_LOCALE', { |
There was a problem hiding this comment.
any reason to not just use unknown?
There was a problem hiding this comment.
I think that might be a breaking change, I went with {} since it's what we discussed on Monday.
Adds a new date adapter that supports the `date-fns` library.
06a5c85 to
75bba63
Compare
jelbourn
left a comment
There was a problem hiding this comment.
Overall looks good, couple of minor comments
This comment has been minimized.
This comment has been minimized.
0fae60a to
b75ab6e
Compare
Fix saucelabs unit tests and the integration test for partial compilation.
b75ab6e to
a1c2bfc
Compare
devversion
left a comment
There was a problem hiding this comment.
LGTM on the tooling changes.
c863da6 to
9ced7bc
Compare
|
presubmit (internal). Tests ran last night with 117 failures. A few look like flakes, and many of them are timeouts. |
|
Could we re-run it without spending more time investigating it? This is an entirely new package so I doubt that anything in Google would be broken by it. There is a small change to a type in |
|
kk, I kicked off a re-run 🤞 |
|
Hi, curious about what advantages this adapter has.
|
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Adds a new date adapter that supports the
date-fnslibrary.