From the course: Angular: Animations

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Project structure

Project structure - Angular Tutorial

From the course: Angular: Animations

Start my 1-month free trial

Project structure

- [Instructor] Now that we've created a new project using the Angular CLI, let's have a look at the folders and files that have been created for us. I'll be using Visual Studio Code for our editor, but you can use whatever editor you wish. Here we have Visual Studio Code open, but there's no project folder open yet. If you want to install Visual Studio Code, you can go to code.visualstudio.com and you'll be able to download a build for Windows, for Mac OS, whatever platform you like. Visual Studio Code is free and has a lot of really nice features, including built in type script support, and an integrated terminal. Let's pop back over to Visual Studio Code, and open our project. Alright, now that we're back inside of Visual Studio Code we can open up our project by using the Explorer, and choosing Open Folder. Here's our exercise files, and our Angular animation folder which is the actual project created with our CLI. So let's select this folder, and at Visual Studio Code goes through…

Contents