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