Skip to content

Basic component structure

Simon edited this page Jul 9, 2024 · 4 revisions

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).