adders form changes

This commit is contained in:
gandhimathi 2018-11-14 18:45:57 +05:30
parent bd92cb8f43
commit d56fdf0712

View File

@ -63,8 +63,6 @@
<mat-form-field>
<mat-select placeholder="Do you know"
formControlName="do_you_know">
<mat-option value="yes">Yes</mat-option>
<mat-option value="no">No</mat-option>
<mat-option value="{{m_neighbourStatus}}"
*ngFor="let m_neighbourStatus of neighbourStatusData">{{m_neighbourStatus}}
</mat-option>