Member detail
Members card
Types in Typescript
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
Extending the API
- Extending the User class
- More migrations
- Cascade delete
- Seeding data into the database
- New repository
- Using Automapper
Guards
Routing in code
Feature: after the user log in he must be redirected to the members page.
[Read More]Routing basics
Routing
- Setup Routing
- Using RouterLinkActive
- Using Routing in code
- Protecting the Routes
- Protecting multiple Routes with a single Route Guard