The Structure of a Component
Let's dissect a component into its main parts and discuss each of them in detail.
We'll cover the following
A component is made up of two main parts:
- The
@Component
decorator - The component class.
Get hands-on with 1400+ tech skills courses.