Skip to content

ngx-sub-form doesn't build with Angular's Ivy compiler #134

Closed
@CyberBotX

Description

@CyberBotX

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 itselfstate: has PRA PR is available for that issuestate: needs reproThis issue needs a reprotype: bug/fixThis is a bug or at least needs a fix

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions