July 2018
Intermediate to advanced
420 pages
8h 46m
English
Now that we have created our application, let's examine some important files. Although these files have already been set up and and are ready for use, we often need to add settings, and even other modules, in real-world applications.
Open the chapter03 folder in VS Code; you will see the following screen in the VS Code explore tab:

So, inside the /src/app folder, we have the five main blocks of an Angular application, except for the service (which we will see soon):
| app.routing.module.ts | Route |
| app.component.css | Style sheet |
| app.component.html | Template |
| app.component.spec.ts ... |
Read now
Unlock full access