How to Google Maps in Angular2

  1. Add the gmaps script
  2. Install the typings
  3. 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)