|
|
@ -84,8 +84,8 @@ export class GfTopHoldingsComponent implements OnChanges { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public onClickHolding(assetProfileIdentifier: AssetProfileIdentifier) { |
|
|
public onClickHolding({ dataSource, symbol }: AssetProfileIdentifier) { |
|
|
this.holdingClicked.emit(assetProfileIdentifier); |
|
|
this.holdingClicked.emit({ dataSource, symbol }); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public onShowAllHoldings() { |
|
|
public onShowAllHoldings() { |
|
|
|