7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
/** @experimental */
|
|
export declare const platformServerTesting: (extraProviders?: Provider[] | undefined) => PlatformRef;
|
|
|
|
/** @experimental */
|
|
export declare class ServerTestingModule {
|
|
}
|