@let empty = this.store.isEmpty(); @let loading = this.store.isLoading(); @let cars = this.store.cars();
# | Brand | Model | Year | Color | Actions |
---|---|---|---|---|---|
{{ car.id }} | {{ car.brand }} | {{ car.model }} | {{ car.year }} | {{ car.color }} |
|
No cars found |