EchoTex_Payroll/HRM.UI/ClientApp/src/app/utility.hanldler.service.ts
2024-10-14 10:01:49 +06:00

13 lines
205 B
TypeScript

import { Injectable } from '@angular/core';
@Injectable()
export class UntilityHandlerService {
public ShowLoadingPanel: boolean;
constructor() {
this.ShowLoadingPanel = false;
}
}