Html:
<coral-item *ngFor="let history of requestHistory" (click)="selectedHistory(history)"
[title]="history+[selectedRequestType]+requestHistory">
{{ history[selectedRequestType].Formula }}</coral-item>
where selectedRequestType is variable I want to pass dynamically but how it gets shown as:
[object Object]value[object Object],[object Object][object Object]
toStringmethod of your object to return some actual values.