Whenever I use the async channel, I get console errors.
<component *ngFor="#c of columns | async" [column]="c"></component>
I get this console error:
EXCEPTION: Invalid argument '[object Object]' for channel 'AsyncPipe' in [columns | async in projects @ 1: 51] browser_adapter.js: 76 EXCEPTION: invalid argument '[object Object]' for channel 'AsyncPipe' in [columns | async in projects @ 1: 51]
Is something missing?
source
share