refactor(common): cleanup (#11668)

This commit is contained in:
Victor Berchet
2016-09-22 10:34:00 -07:00
committed by Igor Minar
parent 0e18c57a17
commit e09882180e
7 changed files with 21 additions and 37 deletions

View File

@ -18,9 +18,7 @@ import {EventEmitter, Injectable} from '@angular/core';
@Injectable()
export class SpyLocation implements Location {
urlChanges: string[] = [];
/** @internal */
private _history: LocationState[] = [new LocationState('', '')];
/** @internal */
private _historyIndex: number = 0;
/** @internal */
_subject: EventEmitter<any> = new EventEmitter();