2021-06-28 17:54:20 +00:00
|
|
|
## 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
|
|
|
|
|
|
2021-09-19 18:38:34 +00:00
|
|
|
import * as i0 from '@angular/core';
|
2025-01-28 17:11:22 +00:00
|
|
|
import * as i1 from '@angular/platform-browser-dynamic/testing';
|
2025-05-13 15:13:14 +00:00
|
|
|
import { PlatformRef } from '@angular/core';
|
2025-03-20 08:54:48 +00:00
|
|
|
import { StaticProvider } from '@angular/core';
|
2021-06-28 17:54:20 +00:00
|
|
|
|
2025-04-18 00:47:53 +00:00
|
|
|
// @public @deprecated
|
2025-05-13 15:13:14 +00:00
|
|
|
export const platformServerTesting: (extraProviders?: StaticProvider[]) => PlatformRef;
|
2021-06-28 17:54:20 +00:00
|
|
|
|
2025-04-18 00:47:53 +00:00
|
|
|
// @public @deprecated
|
2021-06-28 17:54:20 +00:00
|
|
|
export class ServerTestingModule {
|
2021-09-19 18:38:34 +00:00
|
|
|
// (undocumented)
|
|
|
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServerTestingModule, never>;
|
|
|
|
|
// (undocumented)
|
|
|
|
|
static ɵinj: i0.ɵɵInjectorDeclaration<ServerTestingModule>;
|
|
|
|
|
// (undocumented)
|
2025-01-28 17:11:22 +00:00
|
|
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ServerTestingModule, never, never, [typeof i1.BrowserDynamicTestingModule]>;
|
2021-06-28 17:54:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// (No @packageDocumentation comment for this package)
|
|
|
|
|
|
|
|
|
|
```
|