From the course: Angular: Animations

Using the exercise files - Angular Tutorial

From the course: Angular: Animations

Start my 1-month free trial

Using the exercise files

- [Instructor] The exercise files for this course are named by chapter and movie. So for instance, this one right here is for chapter one movie five. And, this one down here is for chapter three movie six. You can either follow along from the beginning, which is what I recommend, or you can jump in at any movie you want. Each one of these zips normally is going to contain a source file. You'll be able to take all these source files and just pop them into the source that you've built out yourself within your Angular project. There are certain files however, which are completed versions of the project. So, these are marked with complete. Additionally, something like chapter five video two, we have not just the source folder but the entire animated video folder with the source folder inside, because this allows you to work on an existing project structure. Whereas, most of the others, you're building it from scratch. We'll be writing a lot of code in this course, so I've included a snippets file so you can just copy and paste the code instead of typing it in. Just open the snippets file in the text editor of your choice. I'll have various commands in here that I mentioned in the videos. And, these are all separated by chapter and video. Additionally, if we're working with various files, you can see the precise file that you'll need to use. And then, the various snippets underneath. Once you have your project files organized, you're ready to follow along.

Contents