## API Report File for "@angular/platform-server_testing" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { PlatformRef } from '@angular/core'; import { StaticProvider } from '@angular/core'; // @public export const platformServerTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef; // @public export class ServerTestingModule { } // (No @packageDocumentation comment for this package) ```