#Angular library support for version 14 and 13 and below
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
Hi everyone, I have an Angular library which deals with FormGroup I developed using Angular version 13 but since Angular 14 the the FormGroup has been changed to UntypedFormGroup and TypedFormGroup, how can I upgrade the library to support both version 14 and 13 and below?
Release two different versions of your library?
how can I upgrade the library to support both version 14 and 13 and below?
Continue using v13 in the library - v14 apps can use v13 libraries (but not the other way around)