Basic component structure - view-a-LOD/Valeros GitHub Wiki
Angular uses a component-based architecture, which means that individual components can easily be adjusted.
If you'd like to tweak specific components, but are not sure where to find them in the project's components
folder, it might be worthwhile to use your browser's dev tools to inspect the element you are interested in.
As an example, in the screenshot below you will find that the name of the header component is app-header
(components/header
).