here i am using a typical input scenario where i can't use reactive/template form structure and ngmodel already assigned to other task. now i want to set a default value to the input fields and if user wants he can change the change
is it possible
<input id="{{data.name}}" value="{{data.name}}" type="{{data.type}}" [(ngModel)]="Edit[data.name]" class="form-control">
mainly my issue setting value to the input fields & if user wants then he may change value to the individual fields or setting value to dynamic ngmodel
[(ngModel)]=" data.name"Doing so you can set the value