"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var GlobalService = /** @class */ (function () { function GlobalService() { this.resourceBaseUrl = ""; this.hostURL = ""; this.UserId = 6; this.UserType = 0; this.AccountType = 0; this.hostURL = window.location.hostname; this.resourceBaseUrl = "http://192.168.84.242:97/User"; } return GlobalService; }()); exports.GlobalService = GlobalService; //# sourceMappingURL=global.js.map