Skip to content
Submitted over 2 years ago

Todo App in Angular 17 with RxJS, Control Flow and Signals

accessibility, angular, typescript
LVL 3
@FerdinandoGeografo
A solution to the Todo app challenge

Solution retrospective


In this challenge I wanted to approach the new version of Angular for the first time using the brand new features offered such as control flow, stable signal management and much more. I also wanted to try a different pattern compared to previous versions where I used both Observables for CRUD operations (which in the future can call real APIs of a backend rather than managing data from localStorage), and Signals for managing internal state .

Having the aim of practicing with the new version of Angular, for the moment I did not want to realize the bonus points of the challenge such as drag and drop and management of the application as a full-stack-application, however they will be points that I will delve into later.

Obviously feedbacks on any optimizations and improvements are appreciated, happy coding!

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Ferdinando Geografo’s solution.

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord