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
refactor(cdk/listbox): convert all directives to standalone #26211
Conversation
Not sure why it failed, @crisbeto could you please help figure out what's wrong here? |
I'm not sure either. Can you try to rebase? |
Converts all of the `@angular/cdk/listbox` directives to `standalone`. It provides the ability to use these directives as host directives.
816f18a
to
7722205
Compare
@crisbeto done. Now it seems need to add some labels, but I don't have permission for that. |
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
Converts all of the `@angular/cdk/listbox` directives to `standalone`. It provides the ability to use these directives as host directives. (cherry picked from commit 8626a26)
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. |
Converts all of the
@angular/cdk/listbox
directives tostandalone
. It provides the ability to use these directives as host directives.