Angular 8 Layout Completed
Explore how to organize and complete a modular web layout with Angular 8 by structuring component files, integrating them into the main app module, and efficiently building Bootstrap 4 layouts. This lesson helps you grasp the role of components and folder organization in Angular for scalable web design.
We'll cover the following...
We'll cover the following...
The project folder structure
Here, the structure is slightly different from what we saw before. Hopefully, organizing our folders and files this way makes it easier to understand what’s going on.
First of all, we’ve moved the Component class and the template HTML files for the AppComponent into its subfolder named app-component ...