... constructor(private af: AngularFire) { this.items = af.database.list('/items'); } } To manipulate the data at given path in the Firebase database, ...
確定! 回上一頁