7 lines
196 B
TypeScript
Raw Normal View History

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