If you've never created a mobile menu in Angular, it might be tricky at first. One way of solving the responsiveness could be to utilize a variable to keep track of the menu's open-state. This is something that easily can be achievable with Angular and HTML+CSS using class toggling.
The code can be found here: https://github.com/Archiie94/DevBySeb...
#Angular #Responsive #CSS #HTML #MobileMenu #JavaScript #TypeScript