import { Component } from '@angular/core'; @Component({ selector: 'app-evaluation-cycle-performance', templateUrl: './evaluation-cycle-performance.component.html', styleUrls: ['./evaluation-cycle-performance.component.scss'] }) export class EvaluationCyclePerformanceComponent { pathTitle = ['การประเมินจัดการประสิทธิภาพ', 'รอบการประเมิน','รอบการประเมิน'] activeTab: string = 'underline-1'; groupShow = '1' }