Blame view

src/components/chart/chart.component.ts 209 Bytes
c680f5b4   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
  import { Component } from '@angular/core';
  
  @Component({
    selector: 'qs-chart-component',
    templateUrl: './chart.component.html',
    styleUrls: ['./chart.component.scss'],
  })
  export class ChartComponent {
  
  }