Hello !
I have been unsuccessfully trying for 2 days to implement reactive forms in Native script.
It should work since 2.5 Nativescript version :
but I cant write a working code
I just write a realy basic componnent :
export class HeroDetailComponent {
name = new FormControl();
}
for info : reactive form on angular : https://angular.io/docs/ts/latest/guide/reactive-forms.html