import { Observable, of } from "rxjs"; const getPizzas$: Observable<Pizza[]> = of([ { id: "j8P9sz", name: "Pepperoni", price: 899 }, { id: " ...
確定! 回上一頁