UNPKG

344 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const RouterService_1 = require("./RouterService");
4const Config_1 = require("../Config");
5exports.RouterServiceFactory = (sm) => {
6 return new RouterService_1.RouterService(sm.get(Config_1.Config).of('router'));
7};
8//# sourceMappingURL=RouterServiceFactory.js.map
\No newline at end of file