-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
releasedscope: libAnything related to the library itselfAnything related to the library itselfstate: has PRA PR is available for that issueA PR is available for that issuestate: needs reproThis issue needs a reproThis issue needs a reprotype: bug/fixThis is a bug or at least needs a fixThis is a bug or at least needs a fix
Description
So, Angular 9 just dropped today, and the Ivy compiler is now default. But if I try to build one of my Angular pages that uses ngx-sub-form while using Ivy, I get the following error:
ERROR in CommissionedArt/src/app/Components/input-form.html:1:26 - error TS2740: Type 'TypedFormGroup<InputForm>' is missing the following properties from type 'FormGroup': _parent, _asyncValidationSubscription, _updateAncestors, _setInitialStatus, and 4 more.
I don't get this if I disable Ivy and use the old View Engine compiler instead.
Metadata
Metadata
Assignees
Labels
releasedscope: libAnything related to the library itselfAnything related to the library itselfstate: has PRA PR is available for that issueA PR is available for that issuestate: needs reproThis issue needs a reproThis issue needs a reprotype: bug/fixThis is a bug or at least needs a fixThis is a bug or at least needs a fix