📄️ Creation
Create a simple Angular component with hardcoded data.
📄️ Testing
Create a base unit test for the simple Angular component.
📄️ Increase Reusability
Add props and events to an existing component.
A basic Angular developer knows how to create and test atomic angular components (often called 'Dumb-Components').
Create a simple Angular component with hardcoded data.
Create a base unit test for the simple Angular component.
Add props and events to an existing component.