global.ts 215 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.84.242:97/User"; } }