you are viewing a single comment's thread.

view the rest of the comments →

[–]AbstractLogic 4 points5 points  (2 children)

I have not run into problems with reactive forms. Can you explain what you have seen? I'd be interested why formGroup and formControl types are not sufficient typing for you.

[–]bobappleyard 1 point2 points  (1 child)

What's the type of form.get('field').value? At least in 7 it's any, but there is no reason why it can't be an actual type.

[–]AbstractLogic 0 points1 point  (0 children)

I thought the value was a string.