Guys, i am trying to , bind value with input from html file but it showing error
My code
<ion-input type="number" [value]="{{sectorvalue.DriverNumber}}" [(ngModel)="Crew.no"></ion-input>
can any one help me to bind the value,
Guys, i am trying to , bind value with input from html file but it showing error
My code
<ion-input type="number" [value]="{{sectorvalue.DriverNumber}}" [(ngModel)="Crew.no"></ion-input>
can any one help me to bind the value,