EchoTex_Payroll/HRM.UI/ClientApp/src/app/payroll/career-and-profile/career-and-profile.component.ts

16 lines
315 B
TypeScript
Raw Normal View History

2024-10-14 10:01:49 +06:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-career-and-profile',
templateUrl: './career-and-profile.component.html',
styleUrls: ['./career-and-profile.component.css']
})
export class CareerAndProfileComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}