style(charts): refactoring components hierarchy

This commit is contained in:
Alexander Zhukov 2017-07-26 19:59:47 +03:00
parent 2d16bad88f
commit cf9ccf1850
25 changed files with 179 additions and 44 deletions

View file

@ -0,0 +1,8 @@
import { Component } from '@angular/core';
@Component({
selector: 'ngx-echarts-multiple-xaxis',
template: ``,
})
export class EchartsMultipleXaxisComponent {
}