Input property does not work within ngx-charts template
问题 As per this answer I did come up with code below that works fine: result: any; ngOnInit() { this.result = getResult(); } <ngx-charts-bar-vertical-stacked *ngIf="(result | async) as results" [results]="results" > </ngx-charts-bar-vertical-stacked> Now I want to pass result as an input parameter: @Input() result: any; <ngx-charts-bar-vertical-stacked *ngIf="(result| async) as results" [results]="results" > </ngx-charts-bar-vertical-stacked> but it is just does not work this way, the chart just