Usage of both [formControl] and [(ngModel)] has been deprecated:
https://angular.io/api/forms/FormControlDirective#use-with-ngmodel
Which gives the following warning in the console:

This triggered some erroneous behaviour in my application, basically with form value-change detection. Would be great if it can be fixed!