index.d.ts
314 Bytes
import { PlatformRef, Provider } from '@angular/core';
export * from './private_export_testing';
/**
* @stable
*/
export declare const platformBrowserDynamicTesting: (extraProviders?: Provider[]) => PlatformRef;
/**
* NgModule for testing.
*
* @stable
*/
export declare class BrowserDynamicTestingModule {
}