import {Component, OnInit} from '@angular/core'; @Component({ selector: 'app-date-in-range-overview', templateUrl: './date-in-range-overview.component.html', styleUrls: ['./date-in-range-overview.component.scss'] }) export class DateInRangeOverviewComponent implements OnInit { constructor() {} ngOnInit(): void {} }