feat(common): Support of optional keys for the KeyValue pipe#48814
Closed
JeanMeche wants to merge 1 commit intoangular:mainfrom
Closed
feat(common): Support of optional keys for the KeyValue pipe#48814JeanMeche wants to merge 1 commit intoangular:mainfrom
JeanMeche wants to merge 1 commit intoangular:mainfrom
Conversation
3814e04 to
f4571bb
Compare
bougwal
reviewed
Jan 23, 2023
dylhunn
reviewed
Jan 24, 2023
f4571bb to
3077721
Compare
deolrup-bh
approved these changes
May 2, 2023
3077721 to
6046018
Compare
jessicajaniuk
approved these changes
Jan 31, 2024
Contributor
|
@JeanMeche There's a little lack of clarity on the types union here and how it solves the problem. Can you add some documentation on it to clarify how it solves the problem so it's easier for reviewers? |
Contributor
|
This PR was merged into the repository. The changes were merged into the following branches:
|
Member
Author
|
PR as reverted by #64179 for being breaking. |
4e8bb2d to
b2cd70a
Compare
This commit is extending the capabilities of the KeyValue pipe by allowing interfaces with optional keys. fixes angular#46867
b2cd70a to
6cfe45c
Compare
Member
Author
|
TGP is green. |
Contributor
|
This PR was merged into the repository. The changes were merged into the following branches:
|
napulitanfrontend
pushed a commit
to napulitanfrontend/angular
that referenced
this pull request
Oct 10, 2025
…#48814) This commit is extending the capabilities of the KeyValue pipe by allowing interfaces with optional keys. fixes angular#46867 PR Close angular#48814
napulitanfrontend
pushed a commit
to napulitanfrontend/angular
that referenced
this pull request
Oct 10, 2025
…#48814) This commit is extending the capabilities of the KeyValue pipe by allowing interfaces with optional keys. fixes angular#46867 PR Close angular#48814
napulitanfrontend
pushed a commit
to napulitanfrontend/angular
that referenced
this pull request
Oct 11, 2025
…#48814) This commit is extending the capabilities of the KeyValue pipe by allowing interfaces with optional keys. fixes angular#46867 PR Close angular#48814
napulitanfrontend
pushed a commit
to napulitanfrontend/angular
that referenced
this pull request
Oct 11, 2025
…#48814) This commit is extending the capabilities of the KeyValue pipe by allowing interfaces with optional keys. fixes angular#46867 PR Close angular#48814
inesane
pushed a commit
to inesane/angular
that referenced
this pull request
Mar 3, 2026
…#48814) This commit is extending the capabilities of the KeyValue pipe by allowing interfaces with optional keys. fixes angular#46867 PR Close angular#48814
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit is extending the capabilities of the KeyValue pipe by allowing interfaces with optional keys.
fixes #46867
PR Type
What kind of change does this PR introduce?
Does this PR introduce a breaking change?