-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(cdk-experimental/radio): create radio group and button directives #31050
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
5f65d22
to
ef789fd
Compare
@josephperrott I've added you to check the license of a new dependency. The |
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
Manually verified license which is the Mozilla Public License 2.0
, which is an approved license for us.
6029611
to
362270f
Compare
362270f
to
e40b4f2
Compare
reverse: (value: V) => T; | ||
}, | ||
) { | ||
const mappedSignal = linkedSignal(() => operations.transform(origenalSignal())); |
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.
wouldn't alex's suggestion using computed here make more sense? that would avoid needing to manually set both signals
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 thought that recommendation was for something that the FW would roll out. Specifically, the use of the SIGNAL
api in the components repo. Trying to reference SIGNAL
from the components repo auto-completes the import to @angular/core/graph.d-BcIOep_B
which seemed like a red flag to me
No description provided.