mirror of
https://github.com/Dansen999/at-certification-stock.git
synced 2026-01-11 13:33:32 +00:00
Fixed tests.
This commit is contained in:
@@ -8,13 +8,15 @@
|
|||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
<input id="stockInput"
|
<input id="stockInput"
|
||||||
matInput
|
matInput
|
||||||
|
maxlength="5"
|
||||||
|
minlength="1"
|
||||||
[(ngModel)]="symbolInput"/>
|
[(ngModel)]="symbolInput"/>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
||||||
<button id="trackBtn"
|
<button id="trackBtn"
|
||||||
mat-stroked-button
|
mat-stroked-button
|
||||||
color="primary"
|
color="primary"
|
||||||
[disabled]="disabled"
|
[disabled]="disabled || symbolInput.length == 0"
|
||||||
(click)="addSymbol()">Track Stock
|
(click)="addSymbol()">Track Stock
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user