< div class="map" #mapElement>< / div >
.map { height: 90vh; }
@ViewChild('mapElement') mapElm: ElementRef;
this.map = new maps.Map(this.mapElm.nativeElement, {.. details here ..});