Angular 8 Layout Completed
Let's build another layout using Angular 8.
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
...