© Adam Freeman 2017

Adam Freeman, Pro Angular, 10.1007/978-1-4842-2307-9_8

8. SportsStore: Orders and Checkout

Adam Freeman

(1)MILTON KEYNES MK6 3PA, UK

In this chapter, I continue adding features to the SportsStore application that I created in Chapter 7. I add support for a shopping cart and a checkout process and replace the dummy data with the data from the RESTful web service.

Preparing the Example Application

No preparation is required for this chapter, which continues using the SportsStore project from Chapter 7. Run the following command in the SportsStore folder to start the TypeScript compiler, the RESTful web service, and the development HTTP server:

npm start
Tip

The free source code download from apress.com that accompanies this book contains ...

Get Pro Angular, Second Edition 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.