-
Notifications
You must be signed in to change notification settings - Fork 4
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
).
This project is still in the prototyping phase. If you have any questions, thoughts or feedback, please reach out to Simon Dirks ([email protected]).
- Rendering components by type
- Rendering components by predicate
- Pre-defined predicate render components