funky-framadate-front/src/app/pages/voting/voting.component.ts

14 lines
285 B
TypeScript

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