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:
Patrick Shields 2018-01-25 05:30:54 -06:00 committed by Miško Hevery
parent e6080527c6
commit d964491f2a
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ export class ActivatedRoute {
}
}
/** @internal */
export type ParamsInheritanceStrategy = 'emptyOnly' | 'always';
/** @internal */