append issue fixed
This commit is contained in:
parent
3ddeb8722b
commit
6ecf55d7a2
@ -46,6 +46,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div #block></div>
|
||||
<!-- <ng-container #block></ng-container> -->
|
||||
<div [ngClass]="{mobile_table : true, hght_40: item.id != clickValue }"
|
||||
id="hash_{{hashvalue.blockchain_block_height}}" #item *ngFor="let hashvalue of hashvalues">
|
||||
|
||||
|
@ -75,7 +75,7 @@ export class LatestblocksComponent implements OnInit {
|
||||
const blockFactory = this.resolver.resolveComponentFactory(
|
||||
BlockAppendComponent,
|
||||
);
|
||||
const block = this.block.createComponent(blockFactory);
|
||||
const block = this.block.createComponent(blockFactory, 0);
|
||||
this.blockAppend = {};
|
||||
this.blockAppend['blockchain_block_hash'] = this.blockdetails.hash;
|
||||
this.blockAppend[
|
||||
|
Loading…
Reference in New Issue
Block a user