Hello friends, This is my third tutorial on Angular 7. In this Angular 7 tutorial ,you will learn about Angular 7 App Files Explanation. Angular 7 App Files Explanation See the structure of the Angular 7 app on Visual Studio Code IDE (how it looks on IDE). For Angular 7 development, you can use either Visual Studio Code IDE or WebStorm IDE. Both are good. Here, we are using Visual Studio Code IDE . Files used in Angular 7 app folder Angular 7 App files which are mainly used in your project are given below: src folder : This is the folder which contains the main code files related to your angular application. app folder: The app folder contains the files, you have created for app components. app.component.css: This file contains the cascading style sheets code for your app component. app.component.html: This file contains the html file related to app component. This is the template file which is used by angular to do...