UNPKG

ui-router-core

Version:

UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps

10 lines 313 B
"use strict"; exports.notImplemented = function (fnname) { return function () { throw new Error(fnname + "(): No coreservices implementation for UI-Router is loaded."); }; }; var services = { $q: undefined, $injector: undefined, }; exports.services = services; //# sourceMappingURL=coreservices.js.map