Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
This app demonstrates coding techniques and best practices for large scale web apps.
Use the mock API here:
https://jsonplaceholder.typicode.com/
Users data source:
https://jsonplaceholder.typicode.com/users
Show a table of all users. User name is enough.
When the user clicks a row, navigate to the next view, where you will see the posts for the selected user.