UNPKG

pm-controls

Version:
16 lines (14 loc) 317 B
import { Component, EventEmitter, TemplateRef, Input, Output } from '@angular/core'; @Component({ selector: 'pm-bar-chart', //templateUrl: './app/controls/components/chart/bar-chart/bar-chart.html' templateUrl: './bar-chart.html', }) export class BarChartComponent { }