获取TypeError:尝试保存我的Angular表单时,无法读取Service中未定义的属性“ push”。
这就是我试图在我的article.service.ts
中实现它的方式createArticle(data: ArticleDB) {
this.articles.push(data);
}
尝试Stackoverflow reply,但是它说类型'undefined []'缺少类型'AngularFireList'的以下属性:查询,valueChanges,snapshotChanges,stateChanges和另外4个。 Refrence image