- Notifications
You must be signed in to change notification settings - Fork 26.7k
feat(common): Support of optional keys for the KeyValue pipe #48814
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
Conversation
3814e04
to f4571bb
Compare f4571bb
to 3077721
Compare 3077721
to 6046018
Compare 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!
reviewed-for: fw-common, public-api
@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? |
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.
reviewed-for: public-api
LGTM
This PR was merged into the repository. The changes were merged into the following branches:
|
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 TGP is green. |
This PR was merged into the repository. The changes were merged into the following branches:
|
…#48814) This commit is extending the capabilities of the KeyValue pipe by allowing interfaces with optional keys. fixes angular#46867 PR Close angular#48814
…#48814) This commit is extending the capabilities of the KeyValue pipe by allowing interfaces with optional keys. fixes angular#46867 PR Close angular#48814
…#48814) This commit is extending the capabilities of the KeyValue pipe by allowing interfaces with optional keys. fixes angular#46867 PR Close angular#48814
…#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 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?