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
This commit is contained in:
parent
e6080527c6
commit
d964491f2a
|
@ -175,7 +175,6 @@ export class ActivatedRoute {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @internal */
|
|
||||||
export type ParamsInheritanceStrategy = 'emptyOnly' | 'always';
|
export type ParamsInheritanceStrategy = 'emptyOnly' | 'always';
|
||||||
|
|
||||||
/** @internal */
|
/** @internal */
|
||||||
|
|
Loading…
Reference in New Issue