funky-framadate-front/src/app/vote-choice/vote-choice.component.ts

16 lines
295 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'framadate-vote-choice',
templateUrl: './vote-choice.component.html',
styleUrls: ['./vote-choice.component.scss']
})
export class VoteChoiceComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}