UNPKG

react-application-core

Version:

A react-based application core for the business applications.

6 lines 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var di_1 = require("../../di"); var date_converter_service_1 = require("./date-converter.service"); di_1.appContainer.bind(di_1.DI_TYPES.DateConverter).to(date_converter_service_1.DateConverter).inSingletonScope(); //# sourceMappingURL=date-converter.module.js.map