mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
728c9d0632
Closes #15898
7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
/** @experimental */
|
|
export declare const platformServerTesting: (extraProviders?: Provider[] | undefined) => PlatformRef;
|
|
|
|
/** @experimental */
|
|
export declare class ServerTestingModule {
|
|
}
|