UNPKG

pm-controls

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