ngx-sub-form: ngx-sub-form doesn't build with Angular's Ivy compiler
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.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 23 (6 by maintainers)
Commits related to this issue
- feat(lib): upgrade to Angular 9 BREAKING CHANGES: requires angular 9 This fixes cloudnc/ngx-sub-form#101, fixes cloudnc/ngx-sub-form#102, fixes cloudnc/ngx-sub-form#134 — committed to cloudnc/ngx-sub-form by maxime1992 4 years ago
- feat(lib): upgrade to Angular 9 BREAKING CHANGES: requires angular 9 This fixes cloudnc/ngx-sub-form#101, fixes cloudnc/ngx-sub-form#102, fixes cloudnc/ngx-sub-form#134 — committed to cloudnc/ngx-sub-form by maxime1992 4 years ago
- feat(lib): upgrade to Angular 9 BREAKING CHANGES: requires angular 9 This fixes cloudnc/ngx-sub-form#101, fixes cloudnc/ngx-sub-form#102, fixes cloudnc/ngx-sub-form#134 — committed to cloudnc/ngx-sub-form by maxime1992 4 years ago
- feat(lib): upgrade to Angular 9 BREAKING CHANGE: requires angular 9 This fixes cloudnc/ngx-sub-form#101, fixes cloudnc/ngx-sub-form#102, fixes cloudnc/ngx-sub-form#134 — committed to cloudnc/ngx-sub-form by maxime1992 4 years ago
- fix(Ivy): Fix TypedFormGroup<T> not being assignable to FormGroup Fixes #134 — committed to cloudnc/ngx-sub-form by zakhenry 4 years ago
- fix(typings): remove the use of omit to remove build errors when using Ivy #134 — committed to ntziolis/ngx-sub-form by ntziolis 4 years ago
@maxime1992 I’ve already fixed this issue - https://github.com/cloudnc/ngx-sub-form/pull/145