- 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
15 KiB
15 KiB