Skip to content

Commit

Permalink
feat(router-view): export RouterViewLocator
Browse files Browse the repository at this point in the history
closes #127
  • Loading branch information
bigopon committed Apr 12, 2022
1 parent 14a40d4 commit b4bc84a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aurelia-templating-router.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Router, AppRouter, RouteLoader } from 'aurelia-router';
import { TemplatingRouteLoader } from './route-loader';
import { RouterView } from './router-view';
import { RouterView, RouterViewLocator } from './router-view';
import { RouteHref } from './route-href';
import { IFrameworkConfiguration } from './interfaces';

Expand All @@ -19,5 +19,6 @@ export function configure(config: IFrameworkConfiguration) {
export {
TemplatingRouteLoader,
RouterView,
RouterViewLocator,
RouteHref
};

0 comments on commit b4bc84a

Please sign in to comment.