angular-cn/tools/public_api_guard/platform-browser/testing.d.ts

10 lines
229 B
TypeScript

/** @stable */
export declare class BrowserTestModule {
}
/** @experimental */
export declare const browserTestPlatform: () => PlatformRef;
/** @experimental */
export declare const TEST_BROWSER_PLATFORM_PROVIDERS: Array<any>;