New Angular based web version #1

Closed
thomas.nuyken wants to merge 150 commits from main into ddd
Showing only changes of commit f58613d661 - Show all commits

View File

@@ -9,7 +9,6 @@ import { combineLatest, map, Observable, shareReplay } from "rxjs";
export class EntriesOverviewService {
private readonly carClient = inject(CarClient);
private readonly consumptionClient = inject(ConsumptionClient);
private readonly routingService = inject(RoutingService);
private cachedCars$: Observable<Car[]> | null = null;