您如何使用主体行为将结果存储在Firestore中?
在我的模板中,如果项目是可观察的,则可以使用
<ion-item-sliding *ngFor="let entry of items | async" #slidingItem>
,但如果item是subjectbehavior.asObservable()与
,则失败Error: Cannot find a differ supporting object '[object Object]' of type 'object'. NgFor only supports binding to Iterables such as Arrays.
您如何将ngFor绑定到主题行为?