UNPKG

dynamicsmobile

Version:

Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com

12 lines 675 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MobileConfigurationService = void 0; const tslib_1 = require("tslib"); const configuration_service_1 = require("../lib-core/configuration-service"); const injectable_1 = require("../ioc/injectable"); let MobileConfigurationService = exports.MobileConfigurationService = class MobileConfigurationService extends configuration_service_1.ConfigurationService { }; exports.MobileConfigurationService = MobileConfigurationService = tslib_1.__decorate([ (0, injectable_1.Injectable)({ singleton: true }) ], MobileConfigurationService); //# sourceMappingURL=mobile-configuration-service.js.map