I'm having trouble creating an icon that when clicked appear a dropdown attached just next to the icon. Im using html/sass and typescript (angular):
This is how it should look:
image of how it should look and work
Ty ty very much
CodePudding user response:
You can use the official angular material component for menus like yours.
Just change some styles as you need and that's it