import { Component } from '@angular/core'; @Component({ selector: 'ngx-gmaps', styleUrls: ['./gmaps.component.scss'], template: ` Google Maps `, }) export class GmapsComponent { lat = 51.678418; lng = 7.809007; }