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
If you remap in a subForm, you need to supply the object and the form in the generic of the createForm function (just like you would have in the extends).
When remapping the toFormGroup and fromFormGroup also need to be supplied in the createForm function.
before I declared the component and extended NgxSubFormRemapComponent
export class ContribuinteFormComponent extends NgxSubFormRemapComponent<Pessoa, PessoaForm>
could you please an example of how to declare in the new way
The text was updated successfully, but these errors were encountered: