ServerModule

class

npm Package @angular/platform-server
Module import { ServerModule } from '@angular/platform-server';
Source platform-server/src/server.ts

Overview

class ServerModule {
}

Description

The ng module for the server.

Annotations

@NgModule({ exports: [BrowserModule], imports: [HttpModule, HttpClientModule, NoopAnimationsModule], providers: [ SERVER_RENDER_PROVIDERS, SERVER_HTTP_PROVIDERS, { provide: Testability, useValue: null }, ] })

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/platform-server/ServerModule