Technical requirements
The most up-to-date versions of the sample code for the book are on GitHub at the repository linked in the following list. The repository contains the final and completed state of the code. You can verify your progress at the end of this chapter by looking for the end-of-chapter snapshot of code under the projects
folder.
For Chapter 9:
Be sure that lemon-mart-server is up and running. Refer to Chapter 7, Working with REST and GraphQL APIs.
- Clone the repositories at https://github.com/duluca/local-weather-app and https://github.com/duluca/lemon-mart.
- Execute
npm install
on the root folder to install dependencies. - The beginning state of the project is reflected at:
projects/stage11
- The end state of the project is reflected at:
projects/stage12
- Add the stage name to any
ng
command to act only on that stage:npx ng build stage12
Note that the dist...