Post User object to SQL Server db after signup

Are you making requests to your backend API to request user information? (for example, if you were running a blog, when are you request the user’s blog post data to display in your angular app?)

Yes, you could make a post request to your backend API to create a user in your database. This means you have to have some mechanism to receive that request. With a SPA, you usually have a backend API that is handling this type of thing.