W3cubDocs

/Angular 4 TypeScript

BrowserDynamicTestingModule

Stable Class

Class Overview

class BrowserDynamicTestingModule {
}

Class Description

NgModule for testing.

Annotations

@NgModule({
  exports: [BrowserTestingModule],
  providers: [
    {provide: TestComponentRenderer, useClass: DOMTestComponentRenderer},
  ]
})

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

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