Frontend #143

Merged
Rripped merged 11 commits from frontend into main 2022-05-08 08:44:39 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit d1c8e8b09a - Show all commits

View File

@ -16,6 +16,7 @@
required
comment
#comment="ngModel"
placeholder="ex. Google"
/>
</div>
<div class="form-group">
@ -28,6 +29,7 @@
required
isin
#isin="ngModel"
placeholder="ex. US02079K3059"
/>
</div>
<div class="form-group">
@ -52,6 +54,7 @@
required
count
#count="ngModel"
placeholder="ex. 10"
/>
<div class="alert-danger" *ngIf="!countValid">
Password does not match, make sure it is the same!
@ -66,6 +69,7 @@
required
#price="ngModel"
type="number"
placeholder="ex. 999"
/>
<div class="alert-danger" *ngIf="!priceValid">
Password does not match, make sure it is the same!

View File

@ -117,6 +117,7 @@
[(ngModel)]="userId"
required
#telegramId
placeholder="123456789"
/>
<mat-error *ngIf="telegramIdFormControl.hasError('required')">
Id is <strong>required</strong>