import { Component } from '@angular/core'; @Component({ selector: 'app-employee-registration', templateUrl: './employee-registration.component.html', styleUrls: ['./employee-registration.component.scss'] }) export class EmployeeRegistrationComponent { pathTitle = ['การจัดการข้อมูลองค์กร','ตั้งค่าผู้ใช้งาน', 'ทะเบียนพนักงาน'] }