2018-03-08 09:44:35 +01:00
|
|
|
import {Component} from '@angular/core';
|
2017-08-06 10:42:37 +02:00
|
|
|
|
|
|
|
@Component({
|
2018-03-08 10:17:10 +01:00
|
|
|
selector: 'cc-stats',
|
2017-08-06 10:42:37 +02:00
|
|
|
templateUrl: './stats.component.html',
|
|
|
|
styleUrls: ['./stats.component.css']
|
|
|
|
})
|
|
|
|
export class StatisticComponent {
|
|
|
|
constructor() {
|
|
|
|
}
|
|
|
|
}
|