mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
9 lines
264 B
HTML
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>
|