InjectControlNameDirective
is now a standalone directive.InjectControlModule
has been removed.- Now peers to Angular
>=14
.
- Supports Angular 14.
- Rename library from
ng-inject-control
tongx-inject-control
to better match community patterns. - Rename
injectControl
directive toinjectControlName
directive to better match@angular/forms
API. - Update README.md to describe the library
- Upgrade library to support Angular 13
- Support for
FormArray
parents - Support for changing input value
- Fixes an issue where disabled states were not copied from correctly from the original control. May be breaking.
- Fixes an issue with
ExpressionChangedAfterCheckedError
being thrown when working with nested forms.
- Replaced
setValue
withpatchValue
when copying existing values to stop erroring out.
- Initial release