Auth Service - Signup
Create user interface and add HTTPClient module in the tests of auth service.
First, we’ll write a failing test for a service method to create new users, using the request and response stated in the API. Let’s create an interface for users to match our API’s request expectations. Feel free to add the -d
flag here if you’d like to see the dry run in action
ng g interface services/auth/user
Get hands-on with 1300+ tech skills courses.