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