import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-attendance-options', templateUrl: './attendance-options.component.html', styleUrls: ['./attendance-options.component.scss'], }) export class AttendanceOptionsComponent implements OnInit { constructor() { } ngOnInit() {} }