7 lines
178 B
TypeScript

/** @experimental */
export declare const platformServerTesting: (extraProviders?: Provider[]) => PlatformRef;
/** @experimental */
export declare class ServerTestingModule {
}