How to Google Maps in Angular2
- Add the gmaps script
- Install the typings
- Get the element ref with ElementRef/Render ```this.elem.nativeElement.querySelector('#map')``` `nativeElement` has proto HTMLElement
nativeElement -> HTMLElement -> Element -> (Node, GlobalEventHandlers, ElementTraversal, NodeSelector, ChildNode) (NodeSelection has querySelector)