{"ast":null,"code":"import { ApiService } from './user-management.api.service';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common/http\";\nexport let GroupService = /*#__PURE__*/(() => {\n class GroupService extends ApiService {\n constructor(http, userUri) {\n super(http, userUri);\n this.userUri = userUri;\n }\n createByDir(createModel) {\n return this.http.post(`${this.baseUrl}/byDir`, createModel, {\n withCredentials: true\n });\n }\n static #_ = this.ɵfac = function GroupService_Factory(t) {\n return new (t || GroupService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject('GROUP_URL'));\n };\n static #_2 = this.ɵprov = /*@__PURE__*/i0.ɵɵdefineInjectable({\n token: GroupService,\n factory: GroupService.ɵfac,\n providedIn: 'root'\n });\n }\n return GroupService;\n})();","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}