import { Component } from '@angular/core'; @Component({ selector: 'app-job-description', templateUrl: './job-description.component.html', styleUrls: ['./job-description.component.scss'] }) export class JobDescriptionComponent { pathTitle = ['ข้อมูลลักษณะงาน', 'กลุ่มพนักงาน'] }