属性“title”不存在于“从不”类型上。属性'content‘在类型'never’上不存在。<ngb-accordion #acc="ngbAccordion" *ngFor="let post of posts">
<ngb-panel id="toggle-1" title="{{post.titlelist.comp
我正在尝试更新Firebase数据,我遇到了错误“属性' update‘不存在于类型'subscription’上。我可以通过控制台记录该对象,它确实是我想要的对象。我只是不确定如何在observable上使用"subscribe”方法更新该对象。FirebaseListObservable } from 'angularfire2/database';
export class PostService {
<e