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
Konrad 4 months ago committed by GitHub
parent 6aa12ce695
commit de035f47ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 16
      src/data/roadmaps/angular/content/component-anatomy@Mp056kNnwsRWeEXuhGPy-.md

@ -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…
Cancel
Save