fix(platform-server): don't setup Testability and TestabilityRegistry on the server (#14510)

This commit is contained in:
vikerman
2017-03-01 11:16:56 -08:00
committed by Igor Minar
parent 49b462e815
commit 47bdc2b0b7
2 changed files with 7 additions and 5 deletions

View File

@ -433,9 +433,7 @@ export class ApplicationRef_ extends ApplicationRef {
private _zone: NgZone, private _console: Console, private _injector: Injector,
private _exceptionHandler: ErrorHandler,
private _componentFactoryResolver: ComponentFactoryResolver,
private _initStatus: ApplicationInitStatus,
@Optional() private _testabilityRegistry: TestabilityRegistry,
@Optional() private _testability: Testability) {
private _initStatus: ApplicationInitStatus) {
super();
this._enforceNoNewChanges = isDevMode();