Search⌘ K
AI Features

Structure of an Angular Application

Explore the structure of an Angular application focusing on key project files and folders involved in building Bootstrap layouts. Understand the role of configuration files like angular.json and how Bootstrap is integrated via CDN, setting the foundation for modular layout development.

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 ...