angular / 5 / api / platform-browser / testing / browsertestingmodule.html

BrowserTestingModule

class

Overview

class BrowserTestingModule {
}

Description

NgModule for testing.

Annotations

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

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/platform-browser/testing/BrowserTestingModule