Skip to content

Commit ed57c5c

Browse files
atscottdevversion
authored andcommitted
docs: export ComponentInputBindingFeature which is part of the public API (angular#57962)
this fixes a missing export of ComponentInputBindingFeature PR Close angular#57962
1 parent 78bc349 commit ed57c5c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

goldens/public-api/router/index.api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ export class ChildrenOutletContexts {
201201
static ɵprov: i0.ɵɵInjectableDeclaration<ChildrenOutletContexts>;
202202
}
203203

204+
// @public
205+
export type ComponentInputBindingFeature = RouterFeature<RouterFeatureKind.ComponentInputBindingFeature>;
206+
204207
// @public
205208
export function convertToParamMap(params: Params): ParamMap;
206209

packages/router/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export * from './models_deprecated';
7171
export {Navigation, NavigationExtras, UrlCreationOptions} from './navigation_transition';
7272
export {DefaultTitleStrategy, TitleStrategy} from './page_title_strategy';
7373
export {
74+
ComponentInputBindingFeature,
7475
DebugTracingFeature,
7576
DisabledInitialNavigationFeature,
7677
withViewTransitions,

0 commit comments

Comments
 (0)