chore: fixes some issues that happen with closure compiler. (#10392)

This commit is contained in:
Hans
2016-08-01 09:47:49 -07:00
committed by GitHub
parent f9573ece41
commit 4df7b1cfbc
3 changed files with 11 additions and 11 deletions

View File

@ -805,7 +805,7 @@ export declare class NgModuleMetadata extends InjectableMetadata implements NgMo
imports: Array<Type | ModuleWithProviders | any[]>;
providers: any[];
schemas: Array<SchemaMetadata | any[]>;
constructor({providers, declarations, imports, exports, entryComponents, schemas}?: NgModuleMetadataType);
constructor(options?: NgModuleMetadataType);
}
/** @experimental */