funky-framadate-front/src/app/poll-graphic/poll-graphic.component.ts

16 lines
299 B
TypeScript
Raw Normal View History

2019-10-23 10:45:30 +02:00
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() {
}
}