diff --git a/modules/@angular/core/src/application_ref.ts b/modules/@angular/core/src/application_ref.ts index 13c0e98425..c5e12e4f86 100644 --- a/modules/@angular/core/src/application_ref.ts +++ b/modules/@angular/core/src/application_ref.ts @@ -310,7 +310,7 @@ export class PlatformRef_ extends PlatformRef { private _bootstrapModuleWithZone( moduleType: Type, compilerOptions: CompilerOptions|CompilerOptions[] = [], - ngZone: NgZone): Promise> { + ngZone: NgZone = null): Promise> { const compilerFactory: CompilerFactory = this.injector.get(CompilerFactory); const compiler = compilerFactory.createCompiler( Array.isArray(compilerOptions) ? compilerOptions : [compilerOptions]);