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