Skip to content

Commit 35a0721

Browse files
pshieldsmhevery
authored andcommitted
fix(router): remove @internal tag on ParamInheritanceType (#21773)
This is a more defensive approach to ensure that references to ParamInheritanceType from the published declarations do not cause compilation errors when compiling Angular from the published packages. Fixes #21456 PR Close #21773
1 parent ba045e8 commit 35a0721

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/router/src/router_state.ts

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ export class ActivatedRoute {
175175
}
176176
}
177177

178-
/** @internal */
179178
export type ParamsInheritanceStrategy = 'emptyOnly' | 'always';
180179

181180
/** @internal */

0 commit comments

Comments
 (0)