UNPKG

@uirouter/core

Version:

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

14 lines 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resolvePolicies = void 0; exports.resolvePolicies = { when: { LAZY: 'LAZY', EAGER: 'EAGER', }, async: { WAIT: 'WAIT', NOWAIT: 'NOWAIT', }, }; //# sourceMappingURL=interface.js.map