global.ts 222 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 export class GlobalService { resourceBaseUrl: string = ""; hostURL: string = ""; constructor() { this.hostURL = window.location.hostname; this.resourceBaseUrl = "http://192.168.86.13:92/DiscountCode"; } }