Hello,
I'm seeing a build error in my application, regarding the Field from Angular signal forms:
✘ [ERROR] TS2420: Class 'Field<T>' incorrectly implements interface 'ɵControl<T>'.
Type 'Field<T>' is missing the following properties from type 'ɵControl<T>': classes, ɵinteropControl, ɵregister [plugin angular-compiler]
node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@angular+compiler@21._59c4d9426b2a8c81ae3dcc2ac0b93c37/node_modules/@angular/forms/types/_structure-chunk.d.ts:71:14:
71 │ declare class Field<T> implements _Control<T> {
╵ ~~~~~
Any hints on what going on?