opt-cc/static/src/app/statistic/stats.component.ts

12 lines
217 B
TypeScript
Raw Normal View History

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