Matthieu Riegler
Matthieu Riegler
I'm going to close this issue with a lack of reproduction. `updateValueAndValidity` does run validators wether `emitEvent ` is `false` or `true`. The only things that prevents from running the...
Passing `emitEvent: false` does exactly that. ``` this.myForm.controls['name'].valueChanges.subscribe(() => { this.myForm.controls['userName'].updateValueAndValidity({emitEvent: false); }); ```
Without a repro this isn't actionable so I'll close this. Feel free to reopen if you are able to provide a repro 👍
Hi, You can't use parenthesis in URLs in Angular as they are used for [named outlets](https://angular.io/api/router/RouterOutlet#description). If you want to use parentheses you'll have to encode them ! See #24921
cc @dylhunn You might wanna take a look at this 👍
@EmmanuelRoux If this PR provides a fix it should also introduce a previously broken test !
This is for the sake of commit tree grooming. That we'd like to have tests covering bugfixes / feature introductions. Either this PR should introduce new test, which shows the...
A new version has been released since ! (nov 2021) and latest commit dates to early 2022.
It still needs approvals from the Angular team !
This page references the errors documents [in here](https://github.com/angular/angular/tree/main/aio/content/errors).