Technical requirements
For the recipes in this chapter, ensure you have both Git and NodeJS installed on your machine. You also need to have the @angular/cli
package installed, which you can do using npm install -g @angular/cli
from your Terminal. The code for this chapter can be found at https://github.com/PacktPublishing/Angular-Cookbook/tree/master/chapter10.