Skip to content

Commit

Permalink
fix(guard): Fixed guard in lib export
Browse files Browse the repository at this point in the history
Closes #71
  • Loading branch information
Brandon Roberts committed Apr 25, 2016
1 parent eeb11ef commit 0fb8ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function provideRouter(routes: Routes) {
}


export { Guard, createGuard } from './guard';
export { Guard, provideGuard } from './guard';
export { LocationChange, Router } from './router';
export { Middleware, createMiddleware } from './middleware';
export { RouteParams, QueryParams } from './params';
Expand Down

0 comments on commit 0fb8ea7

Please sign in to comment.