fix(closure): prevent closure renaming of testability interface (#11146)

This commit is contained in:
Alex Eagle
2016-08-29 13:08:28 -07:00
committed by Victor Berchet
parent d7de5c4f8e
commit 875e66409c
4 changed files with 16 additions and 30 deletions

View File

@ -1120,7 +1120,7 @@ export declare abstract class TemplateRef<C> {
}
/** @experimental */
export declare class Testability {
export declare class Testability implements PublicTestability {
constructor(_ngZone: NgZone);
decreasePendingRequestCount(): number;
findBindings(using: any, provider: string, exactMatch: boolean): any[];