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