export class TemplateComponent { products$: Observable<any> = this.apiService.fetchProd(); constructor(public apiService: ApiService) {} }.
確定! 回上一頁