mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-24 06:37:07 +00:00
7 lines
244 B
HTML
7 lines
244 B
HTML
<div class="example-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>
|