Files
Bastian Wagner 6bea4f766a first commit
2026-07-31 21:02:47 +02:00

30 lines
745 B
Markdown

# Page Dependency Trees
## /auth/login
- `src/app/features/auth/login/login.ts`
- `login.html`
- `login.scss`
- `src/app/core/auth/auth-api.ts`
- `src/app/core/auth/auth-store.ts`
## /team-select
- `src/app/features/team-select/team-select.ts`
- `team-select.html`
- `team-select.scss`
- `src/app/core/team/my-teams-store.ts`
- `src/app/models/player.model.ts`
- `src/app/models/team.model.ts`
## /team/:id/*
- `src/app/core/layout/shell/shell.ts`
- `shell.html`
- `shell.scss`
- `src/app/core/team/team-store.ts`
- `src/app/core/team/my-teams-store.ts`
- child page: overview, members, cashbox or more
The four team feature pages are currently stubs and will reuse the shell plus Angular Material components.