dynamicsmobile
Version:
Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com
11 lines • 559 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.replaceService = exports.RootDIContainer = void 0;
const container_1 = require("./container");
//root task container
exports.RootDIContainer = new container_1.Container();
function replaceService(serviceReplaceOptions) {
exports.RootDIContainer.addProvider({ useClass: serviceReplaceOptions.newService, provide: serviceReplaceOptions.oldService, singleton: true, replace: true });
}
exports.replaceService = replaceService;
//# sourceMappingURL=dms-root-container.js.map