adders form changes
This commit is contained in:
parent
bd92cb8f43
commit
d56fdf0712
@ -63,8 +63,6 @@
|
|||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
<mat-select placeholder="Do you know"
|
<mat-select placeholder="Do you know"
|
||||||
formControlName="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}}"
|
<mat-option value="{{m_neighbourStatus}}"
|
||||||
*ngFor="let m_neighbourStatus of neighbourStatusData">{{m_neighbourStatus}}
|
*ngFor="let m_neighbourStatus of neighbourStatusData">{{m_neighbourStatus}}
|
||||||
</mat-option>
|
</mat-option>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user