Merge branch 'coffee-like-test' into coffee-like

This commit is contained in:
nikolay 2023-08-21 09:46:18 +04:00
commit 92e72b2d70

View File

@ -11,7 +11,7 @@
[formGroup]="phoneForm"
>
<!-- <div class="input-container"> -->
<mat-form-field appearance="outline">
<mat-form-field appearance="outline" [hideRequiredMarker]="true">
<mat-label>Ваше имя</mat-label>
<input formControlName="name" matInput type="text" />
</mat-form-field>