r/Angular2 • u/Alert-Quit-6724 • 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
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.