W3cubDocs

/Angular 2

BrowserDynamicTestingModule

Stable Class

Class Overview

class BrowserDynamicTestingModule {
}

Class Description

NgModule for testing.

Annotations

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

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

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