Structure of an Angular Application
Learn about the fundamentals of Angular modules and how components interact.
We'll cover the following...
Folder structure
At the beginning of this chapter, we covered how modules and components in Angular work together. We’ll now look at a practical example by examining how we added our layout’s navbar. The top-level structure of our app currently looks like this.
At the root of our project, there is the src
folder and two files:
angular.json
...