Andrew Kushnir

Results 312 comments of Andrew Kushnir

This PR was merged into the repository by commit a6849f27af129588091f635c6ae7a326241344fc.

This PR was merged into the repository by commit 1f055b90b65cce2d0d063ed44cb0f8fbecb9b1f6.

Just a quick update: the Domino-related issue was resolved and the code should be ESM-compatible now starting from v16 (you can test it using the [16.0.0-next.2](https://www.npmjs.com/package/@angular/core/v/16.0.0-next.2) packages). Closing this ticket...

@verce190 thanks for reporting the issue and providing a repro. You mentioned that this is a regression, could you please let us know which versions you used before where the...

@verce190 as @JeanMeche mentioned above, when the form is re-created after the hide->show transition, the validation is triggered (to bring the form to the up-to-date state), which returns "success", because...

The problem is caused by the `NgControlStatusGroup` directive that applies CSS classes to DOM elements to reflect the status of a form group. The status gets changed after calling `disable`...

Hi @shahmirn, thanks for creating an issue and providing a repro. FYI I've re-created it using [Stackblitz](https://stackblitz.com/edit/angular-ivy-ejzn8x) using the latest versions of packages and the problem still exists. Thank you.

This PR was merged into the repository by commit 29a41031e1fe5e661ed58cc07e02a9c5a100d5a6.

Closing this ticket, since `TView` caching is already present in the code (the code is invoked both on the server and on the client): https://github.com/angular/angular/blob/main/packages/core/src/render3/instructions/shared.ts#L348-L370 Thank you.