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
ba045e88d7
commit
35a0721217
@ -175,7 +175,6 @@ export class ActivatedRoute {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @internal */
|
|
||||||
export type ParamsInheritanceStrategy = 'emptyOnly' | 'always';
|
export type ParamsInheritanceStrategy = 'emptyOnly' | 'always';
|
||||||
|
|
||||||
/** @internal */
|
/** @internal */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user