Files
happy-app/client/dev/pages/submit-response/submit-response.html
2018-04-21 21:33:16 +01:00

9 lines
264 B
HTML

<div class="submit-response-container">
<!--<mat-form-field>-->
<input matInput placeholder="Enter your email" [formControl]="email" required>
<mat-error *ngIf="email.invalid">{{getErrorMessage()}}</mat-error>
<!--</mat-form-field>-->
</div>