ServerTestingModule
class
experimental
npm Package | @angular/platform-server |
---|---|
Module | import { ServerTestingModule } from '@angular/platform-server/testing'; |
Source | platform-server/testing/src/server.ts |
Overview
class ServerTestingModule { }
Description
NgModule for testing.
Annotations
@NgModule({
exports: [BrowserDynamicTestingModule],
imports: [NoopAnimationsModule],
providers: SERVER_RENDER_PROVIDERS
})
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/platform-server/testing/ServerTestingModule