Annotated source for the Angular 7 tutorial at https://coursetro.com/posts/code/171/Angular-7-Tutorial---Learn-Angular-7-by-Example
The boilerplate for this tutorial project was created as follows: ng new ng7-pre --skip-git
. The project uses Angular routing, and SCSS stylesheet format.
You'll need Node.js, npm, and Angular installed to use this project. Node.js (which includes npm) can be downloaded from https://nodejs.org. Angular can be installed as follows:
sudo npm install -g @angular/cli
After you clone the project, initialize and run it as follows:
cd ng7-pre
npm install
ng serve -o