chore(typings): mark underscore-prefix members @internal

I still haven't made a tslint check for this, so new occurrences leaked in.
See https://github.com/angular/angular/issues/4645

Closes #4986
This commit is contained in:
Alex Eagle
2015-10-28 14:16:54 -07:00
committed by Alex Eagle
parent 53fe0fa192
commit 44188b9072
3 changed files with 5 additions and 0 deletions

View File

@ -478,6 +478,7 @@ export class Router {
export class RootRouter extends Router {
/** @internal */
_location: Location;
/** @internal */
_locationSub: Object;
constructor(registry: RouteRegistry, location: Location, primaryComponent: Type) {