Design comparison
Solution retrospective
This is my first ever project using the angular framework. It was a big change moving over from using vanilla js to angular js itself since it mostly involved using the structural classes it had and typescript too. I used too many components and should limit how many components i make for a single project. I hope to use lesser components the next time.
What challenges did you encounter, and how did you overcome them?The only problem i faced was how to dynamically add classes to an elements since js allowed us to use classlist, i thought a similar way was used in angular but i later found out that angular used a structural attribute known as ngclass which would add or remove classes based on a TS expresssion
Community feedback
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