import { Component } from '@angular/core'; @Component({ selector: 'ngx-maps', template: ` `, }) export class MapsComponent { }