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
lib: remap and root form components don't have the default values passed (only a type issue) (b58e983)
BREAKING CHANGES
lib: Adding a parameter to the transformToFormGroup method could be a breaking change if you're calling super.transformToFormGroup. As this method is a callback for ngx-sub-form, chances are: You're not calling it and this change will probably NOT affect you. The upgrade should go smoothly. If it does affect you, it'll be caught at build time so it should be easy to find out.