Why am I getting this error?
The following code works in another application
<input class="form-control form-control-sm" type="number" min="0"
[formControl]='invoiceForm.get("quantity")'>
in this new application it works too but still complaining in the terminal
Type 'AbstractControl' is not assignable to type 'FormControl'.