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>pull/6301/head
parent
6aa12ce695
commit
de035f47ce
1 changed files with 15 additions and 1 deletions
@ -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) |
||||
|
||||
|
Loading…
Reference in new issue