UNPKG

ui-router-core

Version:

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

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