Time Tracking Dashboard Angular

Solution retrospective
Here's my solution using angular, please let me know what you think and what would you do different or better since I'm just learning angular I'm not entirely sure if I'm doing things the right way. Thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @CodeVee
@Julr09 Hi Julian. Great job using Angular on this task. I have a few suggestions
- Your model class should be within the app folder so as not to need default export.
- You should try to declare more interfaces to avoid using any in your code.
- Your CSS class naming could be better. Naming a class t might not be descriptive enough.
- You could place all your configuration information in an array of objects. Thereby all you need to do is loop through the list. Save in Markup and adds more clarity to it.
Marked as helpful
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