Building the UI

Build up the SPA to consume the new API and finally offer some nice features.

  • Types in Typescript
  • Retrieving users from the API
  • Using Bootstrap to create member cards
  • Adding a detailed view of the users
  • Route resolvers
  • Adding a photo gallery

Routing

  • Setup Routing
  • Using RouterLinkActive
  • Using Routing in code
  • Protecting the Routes
  • Protecting multiple Routes with a single Route Guard