We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
With visualizer, sticky states, dsr, etc. it might be nice to have an official plugin architecture.
Something like:
import {MyCoolPlugin} from "ui-router-cool-plugin"; var router = new UIRouterReact(); router.plugin(MyCoolPlugin);