name-registration.component.ts 409 Bytes
Newer Older
1 2 3 4 5 6 7 8
import { Component } from '@angular/core';

@Component({
  selector: 'app-name-registration',
  templateUrl: './name-registration.component.html',
  styleUrls: ['./name-registration.component.scss']
})
export class NameRegistrationComponent {
9
  pathTitle = ['การประเมินสมรรถนะ', 'ทะเบียนกำหนดชื่อ','ประเภทสมรรถนะ']
10
}