stackblitz-angular-test/public/favicon.ico
Claude f33a720608
feat: create Angular 20 app with NgRx to display users and hobbies
- Set up Angular 20 standalone application with NgRx store
- Add User interface (id, name, surname, age, hobbyId) and Hobby interface (id, name)
- Create local JSON data files for users and hobbies
- Implement NgRx actions, reducers, effects, and selectors
- Add UserService and HobbyService to fetch data from local JSON files
- Create UsersListComponent to display users with their hobbies
- Highlight users above 80 years old with yellow background

https://claude.ai/code/session_01NUKivvudnE7YB3zkcC6w9h
2026-01-27 19:46:01 +00:00

15 KiB