DEV Community

Discussion on: Angular Forms Validation: Part III - Async Validators gotchas

Collapse
 
musatov profile image
Michael Musatov

Hello! My bad. I forget to comment out manual change detection for the Default strategy. This line this.usernameControl.statusChanges.subscribe(() => cd.markForCheck());. For Angular 9 problem is still actual. Thank you for the feedback!