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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
In the types exported by this library, disabled$, enabled$ and status$ are typed as any.
FormArray, FormGroup and FormControl all have this problem.
I'm submitting a...
Current behavior
In the types exported by this library,
disabled$
,enabled$
andstatus$
are typed asany
.FormArray, FormGroup and FormControl all have this problem.
Check out:
https://cdn.jsdelivr.net/npm/@ngneat/[email protected]/lib/formGroup.d.ts
Expected behavior
They should have the proper type.
The text was updated successfully, but these errors were encountered: