funky-framadate-front/src/app/pages/voting-summary/voting-summary.component.ts

16 lines
307 B
TypeScript
Raw Normal View History

2019-08-21 14:28:50 +02:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'framadate-voting-summary',
templateUrl: './voting-summary.component.html',
styleUrls: ['./voting-summary.component.scss']
})
export class VotingSummaryComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}