Frontend — Angular Dashboard
The frontend is an Angular 21 application using standalone components, Signals, and no NgModules. It follows Feature-Sliced Design (FSD) as its architectural methodology from day one.
Sections
| Page | What it covers |
|---|---|
| fsd-architecture | Feature-Sliced Design methodology: layers, slices, segments, import rules |
| project-structure | How FSD maps to the actual directory tree |
| pages-and-routing | Lazy-loaded routes, guards, error fallback |
| state-management | Signal-based stores, auth state, theme persistence |
| animations | GSAP parallax effects — the “Parallax” in the name |
| current-status | What’s built vs. stubbed, honest progress report |