From the course: Angular: Building an Interface

Unlock the full course today

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

Understanding a CLI project

Understanding a CLI project - Angular Tutorial

From the course: Angular: Building an Interface

Start my 1-month free trial

Understanding a CLI project

- Let's take a look at what we get when we create a project with the Angular CLI. I've opened up the folder that we created in the previous video into Visual Studio code, you can use another editor of your choice. Now If you're like me, you like knowing what's responsible for what in your application. So let's go over these different settings. Note, this may look a little different, depending on which version of the CLI and what version of Angular you're running. When I recorded this course, the current version of Angular was Angular seven. So by far the src folder is the most important folder in your project. We will be doing most of our work here. So let's talk about the other folders in this video and we'll cover the src folder in the next movie. All right E to E is the end to end testing folder. And a more advanced application, you'd want to create some tests for your application and make sure that everything is working properly. We're now going to cover testing in this…

Contents