Skip to content

Commit

Permalink
docs: export ComponentInputBindingFeature which is part of the public…
Browse files Browse the repository at this point in the history
… API

this fixes a missing export of ComponentInputBindingFeature
  • Loading branch information
atscott committed Sep 25, 2024
1 parent 95e8fb4 commit 9ba6e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/router/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export * from './models_deprecated';
export {Navigation, NavigationExtras, UrlCreationOptions} from './navigation_transition';
export {DefaultTitleStrategy, TitleStrategy} from './page_title_strategy';
export {
ComponentInputBindingFeature,
DebugTracingFeature,
DisabledInitialNavigationFeature,
withViewTransitions,
Expand Down

0 comments on commit 9ba6e7e

Please sign in to comment.