Im using angular2 and google map component https://angular-maps.com/. The problem what im trying to solve i need map fill my container div for example:
<div id="container" style="height:100%; width: 100%">
<agm-map></agm-map>
<div>
(of course im not using style but css, thats only example)
I want that agm-map to fill container div no matter of his height or width, always fill it up. I cant solve it when agm map wants height only in px and vh.
Also resizing and responsibility would be awesome.