Skip to content
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

Interface Type Implementation Fix #3291 #3358

Merged

Conversation

danielcornejo14
Copy link
Contributor

@danielcornejo14 danielcornejo14 commented May 18, 2023

Checklist

  • Issue number for this PR: Angular v15 support #3290
  • Docs included?: No (not a functional change)
  • Test units included?: No (Not required)
  • In a clean directory, yarn install, yarn test run successfully? Yes

Description

This bug fix consists of the correct implementation for the interfaces of the src/compat/firestore/interfaces.ts file for typescript v 4.8.4.

The fix was simple, just add the Template typing (<T>) for the interfaces that needed it. With this, the newer versions of typescript don't complain anymore.

@danielcornejo14 danielcornejo14 marked this pull request as draft May 19, 2023 00:30
@danielcornejo14 danielcornejo14 marked this pull request as ready for review May 19, 2023 00:30
@davideast davideast self-assigned this Jun 22, 2023
@davideast davideast self-requested a review June 22, 2023 20:07
Copy link
Member

@davideast davideast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danielcornejo14 LGTM! Thank you so much!

@davideast davideast closed this Jun 23, 2023
@davideast davideast reopened this Jun 23, 2023
@davideast davideast enabled auto-merge (squash) June 23, 2023 14:43
@davideast davideast merged commit 59b95af into angular:master Jun 23, 2023
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants