EchoTex_Payroll/HRM.UI/ClientApp/src/app/utility.hanldler.service.ts

13 lines
205 B
TypeScript
Raw Normal View History

2024-10-14 10:01:49 +06:00
import { Injectable } from '@angular/core';
@Injectable()
export class UntilityHandlerService {
public ShowLoadingPanel: boolean;
constructor() {
this.ShowLoadingPanel = false;
}
}