(callback: Function, timeout?: number, updateCallback?: Function)
| 21 | export declare interface PublicTestability { |
| 22 | isStable(): boolean; |
| 23 | whenStable(callback: Function, timeout?: number, updateCallback?: Function): void; |
| 24 | findProviders(using: any, provider: string, exactMatch: boolean): any[]; |
| 25 | } |
| 26 |
no outgoing calls