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
Hi there, I'm trying to use your library, exactly as stated in docs, with reactive forms, but it doesn't seem to work at all, it works only with ngModel, which is deprecated for years already and doesn't work together with reactive forms. Can you have a look?
at my form component:
public salvageForm = new FormGroup({
salvageAmount: new FormControl()
});
Hi there, I'm trying to use your library, exactly as stated in docs, with reactive forms, but it doesn't seem to work at all, it works only with ngModel, which is deprecated for years already and doesn't work together with reactive forms. Can you have a look?
at my form component:
public salvageForm = new FormGroup({
salvageAmount: new FormControl()
});
and the template:
app module is exactly as in docs, with global config.
does ahead of time compilation matter?
This library is crucial for me, so I will appreciate any help
The text was updated successfully, but these errors were encountered: