[MVP][frontend] #249 Angular-first SPA foundation: host/player shell + API client skeleton #253
Reference in New Issue
Block a user
Delete Branch "dev/issue-249-angular-spa-foundation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
WPP_API_CLIENT) backed by fetch transportTesting
npm test -- src/app/wpp-api-client.spec.ts src/app/api-contract-smoke.spec.tsnpm testCloses #249
d665a7e731to8d3df1f850Review summary (REVIEW role):
wpp-api-client, provider wiring inapp.config).cd frontend/angular && npm test -- --run src/app/wpp-api-client.spec.ts✅Severity rubric: blocker / should-fix / nice-to-have
Independent review complete: no blockers found. Angular API client wiring is minimal and coherent, input normalization is covered by spec, and fetch transport uses same-origin credentials and JSON headers consistently. Verified new vitest spec passes locally on this branch.
LGTM after independent review; no blockers found. Verified Angular spec passes locally.
LGTM after independent review; no blockers found. Verified Angular spec passes locally.