UNPKG

@uirouter/core

Version:

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

11 lines 399 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UIRouterPluginBase = void 0; var UIRouterPluginBase = /** @class */ (function () { function UIRouterPluginBase() { } UIRouterPluginBase.prototype.dispose = function (router) { }; return UIRouterPluginBase; }()); exports.UIRouterPluginBase = UIRouterPluginBase; //# sourceMappingURL=interface.js.map