Introduction
Explore how to build the initial user signup feature of an Angular application. Understand how to handle user authentication, set up routing for logged-in users, and get acquainted with foundational testing concepts. This lesson prepares you for the app development process, highlighting common challenges and encouraging practice and review for a solid start.
We'll cover the following...
We'll cover the following...
What are we building?
In this chapter, we’ll build the first feature of our application: a signup page for our users. Once they’ve created an account, we’ll redirect logged-in users to the dashboard. ...