You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of issue:
We get an error in our HTML file showing 'AbstractControl<any, any> | null' is not assignable to type 'FormControl'
This happened after upgrading our project to Angular 15 (from 8 - it was too long) and having to update @types/node to work with all the other libraries (e.g. PrimeNG, rxjs) and now we can no longer use the 'formControl' input binding.
Steps to reproduce:
Upgrade @types/node library to v15 or higher.
Expected result:
No Compile errors and I can assign a FormControl to the [formControl] input.
Actual result:
Compile Error - Code won't run.
The text was updated successfully, but these errors were encountered:
I believe this is as simple as updating the @types/node to a version that supports Node 16 or Node 18 which is the version of Node needed to support Angular 16
Angular version:
15 & 16
ng-multiselect-dropdown version:
1.0.0
Description of issue:
We get an error in our HTML file showing 'AbstractControl<any, any> | null' is not assignable to type 'FormControl'
This happened after upgrading our project to Angular 15 (from 8 - it was too long) and having to update @types/node to work with all the other libraries (e.g. PrimeNG, rxjs) and now we can no longer use the 'formControl' input binding.
Steps to reproduce:
Upgrade @types/node library to v15 or higher.
Expected result:
No Compile errors and I can assign a FormControl to the [formControl] input.
Actual result:
Compile Error - Code won't run.
The text was updated successfully, but these errors were encountered: