simontonsoftware / s-libs

A collection of libraries for any of javascript, rxjs, or angular.
MIT License
43 stars 5 forks source link

[ng-core] Improve form control typing #97

Closed ersimont closed 1 year ago

ersimont commented 1 year ago

E.g. change WrappedControlSuperclass.control to AbstractControl<InnerType>.

Be mindful that form controls usually have | null added to their types: https://angular.io/api/forms/FormControlOptions#nonNullable

ersimont commented 1 year ago

Added. Will come in v16