angular method for check to check valid email in angular 11 code example
Example: angular email validation
<input type="email" name="email" ngModel email>
<input type="email" name="email" ngModel email="true">
<input type="email" name="email" ngModel [email]="true">