import {Component} from '@angular/core'; @Component({ selector: 'maps', template: `` }) export class Charts { constructor() { } ngOnInit() { } }