diff --git a/lib/index.ts b/lib/index.ts index 2d63384..1ff3f81 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -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';