Skip to content

Commit

Permalink
fix(router): export navigation strategies
Browse files Browse the repository at this point in the history
the replace, invoke lifecycle, and no_change strategies
needed to be exported so that they could be used
  • Loading branch information
kyeotic committed Jan 14, 2015
1 parent db8ddb3 commit b1959c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export {AppRouter} from './app-router';
export {PipelineProvider} from './pipeline-provider';
export {Redirect} from './navigation-commands';
export {RouteLoader} from './route-loading';
export {RouterConfiguration} from './router-configuration';
export {RouterConfiguration} from './router-configuration';
export {NO_CHANGE, INVOKE_LIFECYCLE, REPLACE} from './navigation-plan';

0 comments on commit b1959c7

Please sign in to comment.