I'm new to Angular and Azure Maps. I downloaded the npm package ng-azure-maps
. The component does not increase its size upon adding styles to it in the app-component.css.
I tried azure-map{width:100%; height:100vh;}
But it is not changing the size of the rendered map.
How can I change the size of the rendered map ? Thanks in advance.