UNPKG

913 BTypeScriptView Raw
1/**
2 * @license Angular v15.0.2
3 * (c) 2010-2022 Google LLC. https://angular.io/
4 * License: MIT
5 */
6
7
8import * as i0 from '@angular/core';
9import * as i1 from '@angular/platform-browser/animations';
10import * as i2 from '@angular/platform-browser-dynamic/testing';
11import { PlatformRef } from '@angular/core';
12import { StaticProvider } from '@angular/core';
13
14/**
15 * Platform for testing
16 *
17 * @publicApi
18 */
19export declare const platformServerTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
20
21/**
22 * NgModule for testing.
23 *
24 * @publicApi
25 */
26export declare class ServerTestingModule {
27 static ɵfac: i0.ɵɵFactoryDeclaration<ServerTestingModule, never>;
28 static ɵmod: i0.ɵɵNgModuleDeclaration<ServerTestingModule, never, [typeof i1.NoopAnimationsModule], [typeof i2.BrowserDynamicTestingModule]>;
29 static ɵinj: i0.ɵɵInjectorDeclaration<ServerTestingModule>;
30}
31
32export { }