From the course: Angular: Building an Interface

Using the exercise files - Angular Tutorial

From the course: Angular: Building an Interface

Start my 1-month free trial

Using the exercise files

- [Instructor] You can find all of the files for this course available freely for everyone at this URL. Now, this repository has branches for each of the videos in the course. You can use the branch popup menu in GitHub to switch to a specific branch and take a look at the course at that stage. The branches are structured so that they correspond to the videos in the course. So for example, if I name a brach 02_01b, then that branch corresponds to the second chapter and the first movie in that chapter. The extra letter at the end of the name corresponds to the state of the branch. A B mean that this is how the code looked at the beginning of the video, and an E means that is how the code looked at the end of the video. If you go, for example, to 02_01b, you'll see that we're in the branch for this video. Most of the changes we're going to be making are in the SRC folder. If you want to download this entire folder, the easiest way to do it is to hit this clone button and download the zip file. Now, if you open up this folder in your favorite editor, make sure that you use the NPM install command before you run NG serve and that you watch the videos on working with the angular CLI. If you go back to the master badge, you should see some additional instructions for advanced users on how you can install this yourself and also how to download all the branches to your local directory. If you want more instructions on how to work with this and other courses, make sure you check out the course Learning Git and GitHub.

Contents