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