Files

5 lines
154 B
TypeScript
Raw Permalink Normal View History

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