W3cubDocs

/Angular 4 TypeScript

ServerTestingModule

Experimental Class

Class Overview

class ServerTestingModule {
}

Class Description

NgModule for testing.

Annotations

@NgModule({
  exports: [BrowserDynamicTestingModule],
  imports: [NoopAnimationsModule],
  providers: SERVER_RENDER_PROVIDERS
})

exported from platform-server/testing/index, defined in platform-server/testing/src/server.ts

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/docs/ts/latest/api/platform-server/testing/index/ServerTestingModule-class.html