Closed sisisin closed 5 years ago
I want to hook transitionService.onBefore for authentication check. In @ui-router/redux, I think it is better to use START_TRANSITION action. So, I create this Pull Request.
transitionService.onBefore
@ui-router/redux
START_TRANSITION
You should be able to import actions directly from @uirouter/redux/lib/core/actions, so I don't think this PR should be necessary.
@uirouter/redux/lib/core/actions
thx for suggestion!
Motivation
I want to hook
transitionService.onBefore
for authentication check. In@ui-router/redux
, I think it is better to useSTART_TRANSITION
action. So, I create this Pull Request.