Conclusion on User Signup

Let's conclude what we have learned so far and upload our updated application to GitHub.

We'll cover the following...

What have we done so far?

Many new concepts were introduced in this chapter:

  1. We implemented a service to create users and log them in, and we tested that service.

  2. that service. We then created a feature module, configured its routing, and consumed our service within a component.

  3. We also learned how to test this component. We’ll get to E2E ...