MCPcopy Create free account
hub / github.com/angular/examples /

Class

logistics-manager-app/src/app/services/fleet.service.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 providedIn: 'root'
17})
18export class FleetService {
19 // Use httpResource to fetch fleet data from the Express backend
20 readonly unitsResource = httpResource<FleetUnit[]>(() => '/api/fleet');
21 readonly serviceQueueResource = httpResource<ServiceTicket[]>(() => '/api/service-queue');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected