|
|
|
@ -67,7 +67,7 @@
|
|
|
|
|
>
|
|
|
|
|
<ion-icon
|
|
|
|
|
*ngIf="element.type === 'BUY' || element.type === 'DIVIDEND'"
|
|
|
|
|
name="arrow-forward-circle-outline"
|
|
|
|
|
name="arrow-up-circle-outline"
|
|
|
|
|
></ion-icon>
|
|
|
|
|
<ion-icon
|
|
|
|
|
*ngIf="element.type === 'ITEM'"
|
|
|
|
@ -75,7 +75,7 @@
|
|
|
|
|
></ion-icon>
|
|
|
|
|
<ion-icon
|
|
|
|
|
*ngIf="element.type === 'SELL'"
|
|
|
|
|
name="arrow-back-circle-outline"
|
|
|
|
|
name="arrow-down-circle-outline"
|
|
|
|
|
></ion-icon>
|
|
|
|
|
<span class="d-none d-lg-block mx-1">{{ element.type }}</span>
|
|
|
|
|
</div>
|
|
|
|
|