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() { } }