server.d.ts
413 Bytes
import { PlatformRef, Provider } from '@angular/core';
/**
* Platform for testing
*
* @experimental API related to bootstrapping are still under review.
*/
export declare const platformServerTesting: (extraProviders?: Provider[] | undefined) => PlatformRef;
/**
* NgModule for testing.
*
* @experimental API related to bootstrapping are still under review.
*/
export declare class ServerTestingModule {
}