© Adam Freeman 2019
A. FreemanEssential Angular for ASP.NET Core MVC 3https://doi.org/10.1007/978-1-4842-5284-0_9

9. Completing the Angular Store

Adam Freeman1 
(1)
London, UK
 

In this chapter, I complete the customer-facing features for the SportsStore application, allowing the user to add products to a shopping cart and checking out to place an order.

Preparing for This Chapter

This chapter uses the SportsStore project that I created in Chapter 3 and modified in the chapters since. To remove the database so that the application will use fresh seed data, open a new command prompt, navigate to the ServerApp folder, and run the command shown in Listing 9-1.
dotnet ef database drop --force
Listing 9-1.

Resetting the Database

Run the command shown in Listing ...

Get Essential Angular for ASP.NET Core MVC 3: A Practical Guide to Successfully Using Both in Your Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.