This project was generated with Angular CLI version 8.3.10.
Run ng serve
for a dev server. Navigate to http://localhost:8888/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng test
to execute the unit tests via Karma.
home page (default route: /
)
user profile page (route: /profile
)
Fork this repo and complete the following task. Please do not spend more than 2 hours on this project. Please submit a pull request with your work once finished.
Use ngrx and create or modify appropriate actions, reducers, and selectors.
The user profile page is currently loaded with dummy data. Use the public API at Random User Generator
to create a service to pull in a random user and populate the profile page. You should get the relevant data from the API to fill a ProfileStore
.
Create a new page, a profile list. Pull in 10 random profiles to populate this list, and make each profile list item clickable, sending the user to a user details page with that user data. The UI is up to you, although it is recommended to use Angular Material components