@angular/platform-server
Version:
Angular - library for using Angular in Node.js
22 lines (21 loc) • 628 B
TypeScript
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { PlatformRef, StaticProvider } from '@angular/core';
/**
* Platform for testing
*
* @experimental API related to bootstrapping are still under review.
*/
export declare const platformServerTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
/**
* NgModule for testing.
*
* @experimental API related to bootstrapping are still under review.
*/
export declare class ServerTestingModule {
}