BrowserTestingModule

BrowserTestingModule

Stable Class

Class Overview

class BrowserTestingModule {
}

Class Description

NgModule for testing.

Annotations

@NgModule({
  exports: [BrowserModule],
  providers: [
    {provide: APP_ID, useValue: 'a'},
    ELEMENT_PROBE_PROVIDERS,
    {provide: NgZone, useFactory: createNgZone},
  ]
})

exported from platform-browser-testing-index, defined in 登录查看完整内容