1 line
818 B
JSON
1 line
818 B
JSON
{"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 ModuleService = /*#__PURE__*/(() => {\n class ModuleService extends ApiService {\n constructor(http, userUri) {\n super(http, userUri);\n this.userUri = userUri;\n }\n static #_ = this.ɵfac = function ModuleService_Factory(t) {\n return new (t || ModuleService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject('MODULE_URL'));\n };\n static #_2 = this.ɵprov = /*@__PURE__*/i0.ɵɵdefineInjectable({\n token: ModuleService,\n factory: ModuleService.ɵfac,\n providedIn: 'root'\n });\n }\n return ModuleService;\n})();","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]} |