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

maps works!

`, }) export class MapsComponent { }