-
Notifications
You must be signed in to change notification settings - Fork 26.6k
refactor(forms): mark all signal forms apis as experimental #63616
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
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
Deployed adev-preview for d8dc6f6 to: https://ng-dev-previews-fw--pr-angular-angular-63616-adev-prev-0sbvc9av.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
Ensure that each public API symbol in @angular/forms/signals is marked as `@experimental`
Moves the control directive under api/ since it is part of the public API. Also removes the interop abstract control from the public API
Add `validateStandardSchema` which was accidentally omitted from the public api.
caretaker note: requires g3 patch update: cl/804127158 |
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
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
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: public-api
This PR was merged into the repository by commit 00a1806. The changes were merged into the following branches: main |
Moves the control directive under api/ since it is part of the public API. Also removes the interop abstract control from the public API PR Close #63616
Add `validateStandardSchema` which was accidentally omitted from the public api. PR Close #63616
Ensure that each public API symbol in @angular/forms/signals is marked
as
@experimental
, also ensure that all public APIs live underapi/
.