1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

feat(angular/Component Anatomy): add content to the thread (#6298)

* feat(angular/Component Anatomy): add content to the thread

* Update src/data/roadmaps/angular/content/component-anatomy@Mp056kNnwsRWeEXuhGPy-.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Konrad
2024-07-31 12:42:51 +02:00
committed by GitHub
parent 6aa12ce695
commit de035f47ce

View File

@@ -1 +1,15 @@
# Component Anatomy
# Component Anatomy
Angular components are the foundational building blocks of Angular applications, designed to encapsulate both the UI and
the business logic.
Every component must have:
- A TypeScript class with behaviors
- An HTML template
- A CSS selector
Visit the following resources to learn more:
- [@official@Anatomy of a component](https://angular.dev/guide/components)