Andrew Kushnir
Andrew Kushnir
FYI I've pushed a rebase, which would rerun the CI and likely fix the `size` CI job.
This PR was merged into the repository by commit 53aa35befc2bf079c9fbc95a2fe90e5248b4b213.
@jeremymwells thanks for creating this PR! 👍 I've added the "aio: preview" label to trigger a dev build of the angular.io website with this change, so that we can take...
@jeremymwells thanks for the updates! I've triggered the preview build for angular.io (with the changes from this PR), but the CI job failed for unrelated reasons (see https://github.com/angular/angular/issues/49822). We'll be...
@sr5434 thanks for additional info. I think the best place for this information would be API documentation for valueChanges and stateChanges, i.e. https://angular.io/api/forms/AbstractControl#valueChanges. A note that we can add there...
> can I tweak your wording and use it in the note? @sr5434 sure, feel free to use any content from my comment and update it as you see fit....
@dylhunn could you please rebase the PR and resolve merge conflicts when you get a chance? Thank you.
@arturovt as we've discussed offline, the proposed fix would not work due to potential performance issues. This extra logic should be limited to the following scenario: - when an element...
@arturovt thanks for additional information, this is very helpful. We can extend the `isHydrationProtectedAttr` function described in my previous comment to support `` and `` cases as well. Please let...
@arturovt thanks for implementing this 👍 I've added this PR to the v18 milestone. If you get a chance, could you please try to find corresponding sections of HTML spec...