-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(google-maps): switch to non-deprecated typings #23350
feat(google-maps): switch to non-deprecated typings #23350
Conversation
callback: Function) => { | ||
callback(result, status); | ||
const result: google.maps.DirectionsResult = {routes: []}; | ||
const status = 'OK' as google.maps.DirectionsStatus; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't use the enum in tests, because we don't actually load the API.
63e2ec7
to
7b0cd0f
Compare
7b0cd0f
to
e47ff9f
Compare
cc @jelbourn |
e47ff9f
to
06c5972
Compare
06c5972
to
2a6d926
Compare
The feedback has been addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Just realized that we should also add a breaking changes note to the commit |
2a6d926
to
6c341e9
Compare
6c341e9
to
ca39616
Compare
Moves the `google-maps` package away from the deprecated typings. Fixes angular#22818.
ca39616
to
16e6a88
Compare
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. |
Moves the
google-maps
package away from the deprecated typings.Fixes #22818.