import { AngularFirestore } from '@angular/fire/firestore'; ... items: Observable<any[]>; constructor(db: AngularFirestore) { this.items ...
確定! 回上一頁