Closed ersimont closed 1 year ago
E.g. change WrappedControlSuperclass.control to AbstractControl<InnerType>.
WrappedControlSuperclass.control
AbstractControl<InnerType>
Be mindful that form controls usually have | null added to their types: https://angular.io/api/forms/FormControlOptions#nonNullable
| null
Added. Will come in v16
E.g. change
WrappedControlSuperclass.control
toAbstractControl<InnerType>
.Be mindful that form controls usually have
| null
added to their types: https://angular.io/api/forms/FormControlOptions#nonNullable