
Design comparison
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.
Community feedback
- @CodeVeePosted almost 3 years ago
@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 helpful1@Julr09Posted almost 3 years ago@CodeVee Hey Victor, thank you so much for your suggestions, I already fixed what you said except for the any type, if you have the chance check the repo again, the amount of code got reduced a lot thanks to you.
0@CodeVeePosted almost 3 years ago@Julr09 Hey Julian, It looks quite good. My final suggestion would be to add return types to your methods.
void
for example for methods with no return value.Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin 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