TODO
Here are multiple tasks for developers at each level of proficiency in Angular:
https://stackblitz.com/@Sebastian-G/collections/angular-workshop
Services and Dependency Injection:​
Create a service to manage data (e.g., a user service). Inject this service into multiple components and demonstrate data sharing.
HTTP Requests and Observables​
Integrate Angular's HttpClient module to fetch data from an external API. Display the retrieved data in a component using Observables.
State Management (NgRx)​
Implement basic state management using NgRx. Create a simple store, define actions, and demonstrate how components can interact with the store.