import { Component } from '@angular/core'; @Component({ selector: 'ngx-echarts-bar-animation', template: ``, }) export class EchartsBarAnimationComponent { }