Frontend #143
@ -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!
|
||||
|
@ -117,6 +117,7 @@
|
||||
[(ngModel)]="userId"
|
||||
required
|
||||
#telegramId
|
||||
placeholder="123456789"
|
||||
/>
|
||||
<mat-error *ngIf="telegramIdFormControl.hasError('required')">
|
||||
Id is <strong>required</strong>
|
||||
|
Loading…
Reference in New Issue
Block a user