I'm trying kendo ui's (Ver.RC0) NumericTextBoxComponent for angular2 but on the api there is no mention about the component attribute "formControlName".
I'd like to do something like this to validate the form control in the FormGroup:
<kendo-numerictextbox [value]="myvalue"
formControlName ="myNumericFieldFormControl"
>
</kendo-numerictextbox>
Is this possible? If yes, how?