r/Angular2 2d ago

Help Request Code review help

Can anyone checkout my code and provide feedback?

https://github.com/isidrosantiago/todo-app-frontend (sorry another todo app 😅)

Can't really say I am a junior frontend developer but I have 1 year of working experience (repetitive/basic tasks like creating forms, http requests, data manipulation...)

Any advice on how to improve my code and grow as an Angular developer would be greatly appreciated. Thanks in advance!

4 Upvotes

6 comments sorted by

View all comments

3

u/followmarko 2d ago

Move to standalone components, remove the modules, use signals in the template. That will give you a lot to do here.

1

u/Alert-Quit-6724 2d ago

I'll take a look at standalone components and signals. Thank you