import {Injectable} from '@angular/core'; import {AngularFirestore} from '@angular/fire/firestore'; @Injectable({ providedIn: 'root' }) export class ...
確定! 回上一頁