ng2-ui / map

Angular Google Maps Directives
https://ng2-ui.github.io/map
260 stars 98 forks source link

How to override map size #253

Closed fcpauldiaz closed 6 years ago

fcpauldiaz commented 6 years ago

How can I override the map css in this line

allenhwkim commented 6 years ago

encapsulation: ViewEncapsulation.None, You can override it any time by making more specific from your component or external css.

Example: https://plnkr.co/edit/NPC2RrEpZRr52yANkFll?p=preview