final-remarks.component.html edited online by Velz

This commit is contained in:
gandhimathi 2019-03-18 09:50:43 +00:00
parent 05b64e4a5d
commit 74c4304bb3

View File

@ -31,7 +31,7 @@
<mat-select placeholder="Is the location of the business / profession suited to the nature of business / service provided? " <mat-select placeholder="Is the location of the business / profession suited to the nature of business / service provided? "
formControlName="is_service_provided" required> formControlName="is_service_provided" required>
<mat-option>Select</mat-option> <mat-option>Select</mat-option>
<mat-option value="well_suited.">Well Suited.</mat-option> <mat-option value="well_suited">Well Suited</mat-option>
<mat-option value="fairly_suited">Fairly Suited</mat-option> <mat-option value="fairly_suited">Fairly Suited</mat-option>
<mat-option value="not_suited">Not Suited</mat-option> <mat-option value="not_suited">Not Suited</mat-option>
</mat-select> </mat-select>