UNPKG

450 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var core_1 = require("@angular/core");
4exports.MODULE_DEFAULT_CONFIG = {
5 endpoints: {
6 //resetPasswordRequest: '',
7 changePassword: "",
8 editProfile: "",
9 getUserInfo: "",
10 profileInformation: ""
11 }
12};
13exports.MODULE_CONFIG_TOKEN = new core_1.InjectionToken("UserModuleConfig");
14//# sourceMappingURL=user.config.js.map
\No newline at end of file