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